tray icon and open on login

This commit is contained in:
Boof2015
2026-08-15 21:20:48 -04:00
parent 6debfb8b34
commit 5236a92763
23 changed files with 1940 additions and 60 deletions
+47 -3
View File
@@ -1908,7 +1908,7 @@ button.toolbar__version:hover {
}
.bottom-bar__section--theme {
min-width: 420px;
min-width: 480px;
}
.bottom-bar__section--astra,
@@ -1917,7 +1917,7 @@ button.toolbar__version:hover {
}
.bottom-bar__section--window {
min-width: 380px;
min-width: 880px;
}
.bottom-bar__section--source {
@@ -1977,10 +1977,55 @@ button.toolbar__version:hover {
gap: 6px;
}
.bottom-bar__inline--theme .settings-chip,
.bottom-bar__inline--window .settings-chip {
flex: 0 0 auto;
max-width: none;
}
.bottom-bar__inline--now-playing {
gap: 6px;
}
.bottom-bar__inline--window {
gap: 8px;
}
.bottom-bar__inline-divider {
width: 1px;
height: 24px;
margin: 0 2px;
background: var(--divider);
flex: 0 0 1px;
}
.bottom-bar__login-select {
width: 190px;
flex: 0 0 190px;
}
.bottom-bar__desktop-status {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bottom-bar__window-metadata {
min-width: 0;
margin-left: auto;
display: flex;
align-items: baseline;
justify-content: flex-end;
gap: 6px;
overflow: hidden;
white-space: nowrap;
}
.bottom-bar__metadata-separator {
color: var(--text-muted);
}
.bottom-bar__theme-metadata {
min-width: 0;
margin-left: auto;
@@ -2007,7 +2052,6 @@ button.toolbar__version:hover {
.bottom-bar__window-note {
min-width: 0;
margin-left: auto;
color: var(--text-tertiary);
font-size: 10px;
line-height: 1.4;