diff --git a/src/style.css b/src/style.css index 40732de..8ad64b3 100644 --- a/src/style.css +++ b/src/style.css @@ -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;