fix(ui): widen left panel to 300px
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dd95a67f45
commit
85536093b5
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
/* ── MAIN 3-COLUMN LAYOUT ────────────────────── */
|
||||
#layout {
|
||||
flex: 1; display: grid; min-height: 0;
|
||||
grid-template-columns: 260px 1fr 260px;
|
||||
grid-template-columns: 300px 1fr 260px;
|
||||
grid-template-rows: 1fr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue