changes (theres too many)

This commit is contained in:
Boof2015
2026-04-06 23:10:16 -04:00
parent a5cbbed8c3
commit a685b891e4
19 changed files with 663 additions and 342 deletions
+29 -1
View File
@@ -1465,7 +1465,7 @@ select {
}
.bottom-bar__section--theme {
min-width: 228px;
min-width: 420px;
}
.bottom-bar__section--astra {
@@ -1491,6 +1491,14 @@ select {
min-width: 0;
}
.bottom-bar__section-header {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 12px;
min-width: 0;
}
.bottom-bar__section-title {
font-family: 'JetBrains Mono', monospace;
letter-spacing: 0.12em;
@@ -1521,6 +1529,26 @@ select {
gap: 6px;
}
.bottom-bar__theme-credit {
color: var(--text-tertiary);
font-size: 10px;
line-height: 1.4;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: right;
}
.bottom-bar__theme-credit--link {
color: var(--text-secondary);
text-decoration: none;
transition: color 140ms ease;
}
.bottom-bar__theme-credit--link:hover {
color: var(--accent);
}
.bottom-bar__inline--performance {
gap: 10px;
}