mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed sizing of toasts on mobile
This commit is contained in:
@@ -758,6 +758,11 @@ ul #chat-log{
|
||||
|
||||
|
||||
@media only screen and (max-width: 600px){
|
||||
|
||||
.toast {
|
||||
height:auto;
|
||||
}
|
||||
|
||||
.navbar-fixed, #nav{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user