Toasts are now float:left instead of right

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-31 13:29:58 +02:00
parent 62aa383ad9
commit fb0bb4daec

View File

@@ -211,6 +211,13 @@ hide mdi-action-visibility mdi-action-visibility-off
/*#channels li{opacity: 0;}*/ /*#channels li{opacity: 0;}*/
/*------------------- Channel page ---------------------------------------------------------------------------- */ /*------------------- Channel page ---------------------------------------------------------------------------- */
@media only screen and (min-width: 993px){
.toast {
float: left;
}
}
#donate_form a { #donate_form a {
padding-right:10px; padding-right:10px;
} }