From a35e3ab53c669b4dfb6908725058913924a8c9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 9 Feb 2016 19:28:40 +0100 Subject: [PATCH] Moved the toastcontainer to the left on mobile --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 6ef2ab59..5c4a4e6f 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,7 +27,7 @@ } #toast-container{ - left:2% !important; + left:2%; cursor:pointer; /*pointer-events:none;*/ } @@ -1210,6 +1210,10 @@ nav ul li:hover, nav ul li.active { right: 0; } + #toast-container{ + left:0% !important; + } + .brand-mobile{ padding-left:0px !important; }