This commit is contained in:
Boof2015
2026-03-30 21:39:09 -04:00
parent 0b158b38b7
commit 6cab2f86ee
8 changed files with 242 additions and 1 deletions
+13
View File
@@ -1414,6 +1414,12 @@ select {
gap: 10px;
}
.bottom-bar__inline--memory {
gap: 6px;
flex-wrap: wrap;
white-space: normal;
}
.bottom-bar__divider {
width: 1px;
align-self: stretch;
@@ -1483,6 +1489,13 @@ select {
letter-spacing: 0.08em;
}
.bottom-bar__memory-pill {
justify-content: center;
color: var(--text-primary);
font-family: 'JetBrains Mono', monospace;
letter-spacing: 0.06em;
}
.bottom-bar__error-text {
margin-top: 0;
max-width: 360px;