Spaces:
Running on Zero
Running on Zero
fix(ui): cleanups from Task 2 code review (selector id, font stacks, base display)
Browse files
app.py
CHANGED
|
@@ -119,8 +119,9 @@ _bootstrap()
|
|
| 119 |
|
| 120 |
|
| 121 |
# ---------------------------------------------------------------------------
|
| 122 |
-
# Styling:
|
| 123 |
-
#
|
|
|
|
| 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 = """
|