undue footer change for bootstrap 3, switch to dvh heights, deal with small screens

This commit is contained in:
El RIDO 2024-09-15 10:57:42 +02:00
parent 57080eb7cc
commit cc16dd0165
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
4 changed files with 16 additions and 4 deletions

View file

@ -88,7 +88,13 @@ body.loading {
}
#message {
height: 70vh;
height: 70dvh;
}
@media ((max-width: 450px) and (max-height: 950px)) {
#message {
height: 55dvh;
}
}
#message, .replymessage {