Moved the toastcontainer to the left on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-09 19:28:40 +01:00
parent 04d63f217f
commit a35e3ab53c

View File

@@ -27,7 +27,7 @@
} }
#toast-container{ #toast-container{
left:2% !important; left:2%;
cursor:pointer; cursor:pointer;
/*pointer-events:none;*/ /*pointer-events:none;*/
} }
@@ -1210,6 +1210,10 @@ nav ul li:hover, nav ul li.active {
right: 0; right: 0;
} }
#toast-container{
left:0% !important;
}
.brand-mobile{ .brand-mobile{
padding-left:0px !important; padding-left:0px !important;
} }