Compare commits

...

2 Commits

Author SHA1 Message Date
jordanwalster 7ac6041b34 chore: update css for menu bar 2026-06-11 21:59:09 +01:00
jordanwalster 04849f5c6f chore: change success rate label 2026-06-11 21:58:52 +01:00
2 changed files with 7 additions and 5 deletions
+6 -4
View File
@@ -120,7 +120,10 @@ body {
background: var(--bg-surface); background: var(--bg-surface);
border-top: 1px solid var(--border); border-top: 1px solid var(--border);
z-index: 1040; z-index: 1040;
padding-bottom: env(safe-area-inset-bottom); flex-direction: row;
gap: 0.75rem;
align-items: stretch;
padding: 0.5rem max(0.5rem, env(safe-area-inset-left)) calc(0.5rem + env(safe-area-inset-bottom)) max(0.5rem, env(safe-area-inset-right));
} }
.bottom-nav a { .bottom-nav a {
@@ -129,13 +132,12 @@ body {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 0.2rem; padding: 0.5rem 0.25rem;
padding: 0.55rem 0.25rem;
color: var(--text-muted); color: var(--text-muted);
text-decoration: none; text-decoration: none;
font-size: 0.68rem; font-size: 0.68rem;
min-width: 0;
transition: color 0.15s; transition: color 0.15s;
white-space: nowrap;
} }
.bottom-nav a i { .bottom-nav a i {
+1 -1
View File
@@ -88,7 +88,7 @@
</div> </div>
<div class="col-4"> <div class="col-4">
<div class="stat-card"> <div class="stat-card">
<div class="stat-label">Success Rate</div> <div class="stat-label">S/R</div>
<div class="stat-value" id="stat-rate"></div> <div class="stat-value" id="stat-rate"></div>
</div> </div>
</div> </div>