Fit the whole top bar on one row

Timer, day arrows, date picker and Today all share a single non-wrapping
row: the timer slims to 1rem, buttons and gaps tighten, arrows sit
around the picker, and a narrow-phone media query compacts further.
This commit is contained in:
Alexander Heldt
2026-07-13 21:26:07 +00:00
parent b6301156f9
commit 8981214e55
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -86,8 +86,8 @@
</div>
<button type="button" id="day-prev" class="ghost" aria-label="Previous day"></button>
<input type="date" id="day-picker" />
<button type="button" id="day-today" class="ghost">Today</button>
<button type="button" id="day-next" class="ghost" aria-label="Next day"></button>
<button type="button" id="day-today" class="ghost">Today</button>
</section>
<section class="quick-actions">