3 Commits
Author SHA1 Message Date
schn33fuchs 59e2240e78 Trunk 2026-05-16 19:39:04 +02:00
schn33fuchs 1d7ff6655c Fix
Weekday bars now at the bottom of everything
2026-05-16 19:38:38 +02:00
schn33fuchs b218b58729 favicon 2026-05-16 14:45:33 +02:00
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[serve]
# The address to serve on LAN.
addresses = ["127.0.0.1", "192.168.178.56"] #,"10.150.9.116"]
addresses = ["127.0.0.1"]#, "192.168.178.56"] #,"10.150.9.116"]
# The address to serve on WAN.
# address = "0.0.0.0"
# The port to serve on.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

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