mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Toasts are now float:left instead of right
This commit is contained in:
@@ -211,6 +211,13 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
/*#channels li{opacity: 0;}*/
|
||||
|
||||
/*------------------- Channel page ---------------------------------------------------------------------------- */
|
||||
|
||||
@media only screen and (min-width: 993px){
|
||||
.toast {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
#donate_form a {
|
||||
padding-right:10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user