]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #1636 1654/head
authorThomas Citharel <tcit@tcit.fr>
Mon, 8 Feb 2016 20:30:11 +0000 (21:30 +0100)
committerThomas Citharel <tcit@tcit.fr>
Mon, 8 Feb 2016 20:30:11 +0000 (21:30 +0100)
src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css

index 0ce334a319212ac0a1a8e12b6547cd36c161d5ed..710e4c119f2825d5683893ebf19d155264a6487d 100755 (executable)
@@ -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%;