From fb0bb4daecae0ef1cbd8719b8c79f057315e4591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 31 May 2015 13:29:58 +0200 Subject: [PATCH] Toasts are now float:left instead of right --- static/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index e84aab7a..c504d782 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -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; }