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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user