fps controls

This commit is contained in:
Boof2015
2026-03-28 13:25:44 -04:00
parent 60e8b921c0
commit 0d5e487385
10 changed files with 475 additions and 18 deletions
+16
View File
@@ -906,6 +906,10 @@ select {
min-width: 360px;
}
.bottom-bar__section--performance {
min-width: 328px;
}
.bottom-bar__section--trim {
min-width: 196px;
}
@@ -946,6 +950,10 @@ select {
gap: 6px;
}
.bottom-bar__inline--performance {
gap: 10px;
}
.bottom-bar__divider {
width: 1px;
align-self: stretch;
@@ -974,6 +982,14 @@ select {
max-width: 280px;
}
.bottom-bar__fps-pill {
min-width: 84px;
justify-content: center;
color: rgba(255, 255, 255, 0.84);
font-family: 'JetBrains Mono', monospace;
letter-spacing: 0.08em;
}
.bottom-bar__error-text {
margin-top: 0;
max-width: 360px;