style(design): FINDING-003+004 — fix touch targets and page title size
- Preset buttons: add min-height 32px desktop, 44px mobile - btn-sm: add min-height 44px on mobile - Checkbox: increase min-size on mobile - Mobile overrides placed AFTER base rules for correct cascade - Page title h4: override Bootstrap default (24px/500) to match DESIGN.md spec (18px/600/Display) - Cache-bust style.css v30 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.css" rel="stylesheet">
|
||||
{% set rp = request.scope.get('root_path', '') %}
|
||||
<link href="{{ rp }}/static/css/style.css?v=28" rel="stylesheet">
|
||||
<link href="{{ rp }}/static/css/style.css?v=30" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Navbar (hidden on mobile via CSS) -->
|
||||
|
||||
Reference in New Issue
Block a user