Wire PearDock branding into app, Electron icons, and README
Release rolling / release (push) Has been cancelled
Release rolling / release (push) Has been cancelled
Copy runtime logos/favicons into assets/ and package icons into build/, then use them for the titlebar, favicons, dock/window icons, and docs so packaging and the UI no longer rely on placeholder marks.
This commit is contained in:
+12
-6
@@ -161,14 +161,20 @@ body {
|
||||
#titlebar .app-brand-mark {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border-radius: 7px;
|
||||
border-radius: 6px;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
|
||||
color: #052e1c;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
box-shadow: 0 0 16px var(--accent-glow);
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#titlebar .app-brand-mark img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#titlebar .app-brand-text {
|
||||
|
||||
Reference in New Issue
Block a user