fix: front-end improvements

makes some fields visible and other hidden depending on the result of
some API calls, e.g. visitor is logged in -> show "Log out" button
This commit is contained in:
2025-05-19 00:43:15 +02:00
parent e0e6fa0573
commit 5536a9ad7f
15 changed files with 465 additions and 22 deletions

View File

@@ -4,6 +4,11 @@
font-size: 36px;
}
.hidden-before-load {
display: none !important;
visibility: hidden !important;
}
body {
font-family: 'Segoe UI', sans-serif;
}