]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1799 from wallabag/v2-fix-tabs-display-material
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 18 Mar 2016 11:52:40 +0000 (12:52 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 18 Mar 2016 11:52:40 +0000 (12:52 +0100)
fix tabs display on mobile view

src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css

index 528c1c016708bc701d8939cf740e069d316bb78c..6f44e1dac7725bda35296dfe9a9e0df26037cfeb 100755 (executable)
@@ -420,6 +420,17 @@ main ul.row {
     .reader-mode span {
         opacity: 1;
     }
+
+    .tabs {
+        display: inline-block;
+        height: auto;
+    }
+    .tab {
+        min-width: 100%;
+    }
+    .indicator {
+        display: none;
+    }
   }
 
 @media only screen and (min-width : 400px) {