mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Moved the toastcontainer to the left on mobile
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user