polish full-screen-input toolbar css

Alessandro committed Feb 26, 2026 at 12:09 UTC 3b4f4cea9bad234458a47099d63c100fd1998e52
1 file changed -6
webui/css/modals.css
-6
@@ -315,12 +315,6 @@ some classes like modal-header are shared between the old and the new system */
315 align-items: center;
316 gap: 1rem;
317 padding: 0.5rem 1rem;
318 - border-radius: 6px;
319 - background-color: rgba(30, 30, 30, 0.95);
320 - border-bottom: 1px solid var(--color-border);
321 -}
322 -.light-mode .editor-toolbar {
323 - background-color: rgba(240, 240, 240, 0.95);
318 }
319 .toolbar-group {
320 display: flex;