From: Thomas Citharel Date: Wed, 16 Mar 2016 21:15:01 +0000 (+0100) Subject: fix tabs display on mobile view X-Git-Tag: 2.0.0~21^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=2cc7de1e9302a7dc06a26db571394801305ef789;p=github%2Fwallabag%2Fwallabag.git fix tabs display on mobile view --- 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 528c1c01..6f44e1da 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css @@ -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) {