Constrain main content area to 1200px max-width

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 17:29:08 +01:00
parent 710a8407d2
commit fe2c6445ef

View File

@@ -158,6 +158,7 @@ def index():
@ui.refreshable
def render_main_content():
with ui.column().classes('w-full q-pa-md').style('max-width: 1200px; margin: 0 auto'):
if not state.file_path or not state.file_path.exists():
ui.label('Select a file from the sidebar to begin.').classes(
'text-subtitle1 q-pa-lg')