mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-18 11:34:19 +02:00
fps controls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user