forked from rDrama/rDrama
1
0
Fork 0

fix homoween body padding

master
Aevann 2023-10-10 23:52:19 +03:00
parent b21f3028cf
commit f8a6f6c61e
1 changed files with 10 additions and 0 deletions

View File

@ -806,3 +806,13 @@ body::after {
.post-flair {
padding-top: 5px !important;
}
.has_header {
padding-top: 79.54px !important
}
@media (max-width: 768px) {
.has_header {
padding-top: calc(var(--safe-area-inset-top) + 65.8px) !important
}
}