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

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;