Fixed sizing of toasts on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-03 22:01:17 +02:00
parent fe35b4cf75
commit 58c037feb7

View File

@@ -758,6 +758,11 @@ ul #chat-log{
@media only screen and (max-width: 600px){
.toast {
height:auto;
}
.navbar-fixed, #nav{
position: relative;
}