mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-20 22:05:35 -04:00
undue footer change for bootstrap 3, switch to dvh heights, deal with small screens
This commit is contained in:
@@ -33,7 +33,13 @@
|
||||
}
|
||||
|
||||
#message {
|
||||
height: 70vh;
|
||||
height: 70dvh;
|
||||
}
|
||||
|
||||
@media ((max-width: 450px) and (max-height: 950px)) {
|
||||
#message {
|
||||
height: 55dvh;
|
||||
}
|
||||
}
|
||||
|
||||
#message, .replymessage {
|
||||
|
||||
Reference in New Issue
Block a user