Pin the timer left in the day bar with the slack before the day controls

This commit is contained in:
Alexander Heldt
2026-07-13 20:56:12 +00:00
parent cee4455651
commit 6b12820592
+3 -1
View File
@@ -143,11 +143,12 @@ body::before {
display: flex;
gap: 8px;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
padding: 8px 10px;
}
.day-bar input[type="date"] {
flex: 1;
flex: 0 1 auto;
min-width: 0;
font-variant-numeric: tabular-nums;
}
@@ -163,6 +164,7 @@ body::before {
display: flex;
align-items: center;
gap: 8px;
margin-right: auto; /* pin left; the flexible gap sits between it and the day controls */
padding: 8px 16px;
border-radius: 999px;
font-weight: 700;