fix(ui): widen left panel to 300px

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mukan Erkin TÖRÜK 2026-04-19 20:48:46 +03:00
parent dd95a67f45
commit 85536093b5

View file

@ -66,7 +66,7 @@
/* ── MAIN 3-COLUMN LAYOUT ────────────────────── */ /* ── MAIN 3-COLUMN LAYOUT ────────────────────── */
#layout { #layout {
flex: 1; display: grid; min-height: 0; flex: 1; display: grid; min-height: 0;
grid-template-columns: 260px 1fr 260px; grid-template-columns: 300px 1fr 260px;
grid-template-rows: 1fr; grid-template-rows: 1fr;
} }