fix: double editor column min-width from 400px to 800px
Rework: increase editor minimum width per feedback. Updates CSS, layout constants, tests, and tauri.conf.json minWidth (800→1200). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"title": "Laputa",
|
||||
"width": 1400,
|
||||
"height": 900,
|
||||
"minWidth": 800,
|
||||
"minWidth": 1200,
|
||||
"minHeight": 400,
|
||||
"resizable": true,
|
||||
"fullscreen": false,
|
||||
|
||||
Reference in New Issue
Block a user