fix homoween padding on mobile

master
Aevann 2024-11-09 20:02:00 +02:00
parent 678a30dc73
commit 91fcdf285f
1 changed files with 5 additions and 0 deletions

View File

@ -724,6 +724,11 @@ body::after {
.has_header { .has_header {
padding-top: 79.54px !important padding-top: 79.54px !important
} }
@media (max-width: 768px) {
.has_header {
padding-top: 65.8px !important
}
}
#chat { #chat {
height: calc(100dvh - 79.54px - 2rem) height: calc(100dvh - 79.54px - 2rem)
} }