Umstellung auf firebase

This commit is contained in:
2025-02-20 17:51:54 -06:00
parent f6d1b8623c
commit 521e799bff
40 changed files with 495 additions and 261 deletions

View File

@@ -56,6 +56,24 @@ textarea {
-moz-osx-font-smoothing: grayscale;
}
.wrapper {
min-height: 100%;
display: flex;
flex-direction: column;
}
header {
height: 64px; /* Feste Höhe */
}
main {
flex: 1 0 auto; /* Füllt den verfügbaren Platz */
}
footer {
flex-shrink: 0; /* Verhindert Schrumpfen */
}
*:focus,
.p-focus {
box-shadow: none !important;