mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-24 15:25:28 -04:00
undue footer change for bootstrap 3, switch to dvh heights, deal with small screens
This commit is contained in:
parent
57080eb7cc
commit
cc16dd0165
4 changed files with 16 additions and 4 deletions
|
@ -88,7 +88,13 @@ body.loading {
|
|||
}
|
||||
|
||||
#message {
|
||||
height: 70vh;
|
||||
height: 70dvh;
|
||||
}
|
||||
|
||||
@media ((max-width: 450px) and (max-height: 950px)) {
|
||||
#message {
|
||||
height: 55dvh;
|
||||
}
|
||||
}
|
||||
|
||||
#message, .replymessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue