Make the timer pill bigger and put it first in the day bar

This commit is contained in:
Alexander Heldt
2026-07-13 20:50:41 +00:00
parent a0e084dae8
commit 695c030f33
3 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -162,11 +162,11 @@ body::before {
.bar-clock {
display: flex;
align-items: center;
gap: 6px;
padding: 7px 12px;
gap: 8px;
padding: 8px 16px;
border-radius: 999px;
font-weight: 700;
font-size: 0.9rem;
font-size: 1.15rem;
font-variant-numeric: tabular-nums;
flex-shrink: 0;
}