Fix UI readability and clipping issues

Add page/sidebar background contrast, wrap action button rows,
ensure dark text in inputs, and improve timeline card highlight colors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 11:30:44 +01:00
parent f6d5ebfe34
commit d5fbfe765e
3 changed files with 32 additions and 20 deletions

View File

@@ -92,8 +92,8 @@ def render_timeline_tab(state: AppState):
with ui.card().classes(
'w-full q-mb-sm' +
(' bg-yellow-1' if is_head else '') +
(' bg-red-1' if is_selected else '')
(' bg-amber-2' if is_head else '') +
(' bg-red-2' if is_selected else '')
):
with ui.row().classes('w-full items-center'):
if selection_mode.value: