Fix: PerformanceSettings RenderLimit CSS Revision (#63)

This commit is contained in:
Youwes09
2026-05-10 02:50:48 -05:00
parent e09ae9d2e7
commit f7c5aebf29
2 changed files with 7 additions and 11 deletions
@@ -318,6 +318,12 @@
text-align: center;
}
.s-presets {
display: flex;
gap: var(--sp-2);
padding: var(--sp-3) var(--sp-4);
}
/* ── Select Dropdown ──────────────────────────────────────────────── */
.s-select { position: relative; flex-shrink: 0; }