Weekday bars now at the bottom of everything
This commit is contained in:
2026-05-16 19:38:38 +02:00
parent 0d4a6c4711
commit b1869595ac

View File

@@ -53,6 +53,7 @@
.weekday-bar {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
flex: 1;
min-width: 60px;