techfreakworm commited on
Commit
49da39f
·
unverified ·
1 Parent(s): 666a16c

fix(ui): cleanups from Task 2 code review (selector id, font stacks, base display)

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -119,8 +119,9 @@ _bootstrap()
119
 
120
 
121
  # ---------------------------------------------------------------------------
122
- # Styling: Topaz Cinema Slate palette + hamburger drawer mechanics.
123
- # Drawer is fixed-position sidebar at ≥1024 px, slide-in overlay below.
 
124
  # ---------------------------------------------------------------------------
125
 
126
  _CUSTOM_CSS = """
 
119
 
120
 
121
  # ---------------------------------------------------------------------------
122
+ # Styling: hide the default top tab strip (drawer nav drives selection),
123
+ # add status-card styling, plus single responsive breakpoint at 1023 px
124
+ # (drawer slides over body) / 1024 px+ (drawer pinned).
125
  # ---------------------------------------------------------------------------
126
 
127
  _CUSTOM_CSS = """