From dcb6bd7a9dba44600402a4dea87acefda495818e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 8 Feb 2016 21:30:11 +0100 Subject: [PATCH] fix #1636 --- .../Resources/public/themes/material/css/main.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css index 0ce334a3..710e4c11 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css @@ -149,10 +149,6 @@ nav input { max-height: 64px; } -.nav-panel-buttom { - float: right; -} - .nav-panels { transition: background 0.2s ease; } @@ -417,6 +413,12 @@ main ul.row { } } +@media only screen and (min-width : 400px) { + .nav-panel-buttom { + float: right; + } +} + @media only screen and (min-width : 993px) and (max-width : 1180px) { .row .col.l1 { width: 25%; -- 2.41.0