From 58c037feb725ce85b2bcad782d780e7e151b3b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 3 Jul 2015 22:01:17 +0200 Subject: [PATCH] Fixed sizing of toasts on mobile --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 4f3ef244..42d51ef2 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -758,6 +758,11 @@ ul #chat-log{ @media only screen and (max-width: 600px){ + + .toast { + height:auto; + } + .navbar-fixed, #nav{ position: relative; }