X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fpublic%2Fthemes%2Fmaterial%2Fcss%2Fmain.css;h=6f44e1dac7725bda35296dfe9a9e0df26037cfeb;hb=ec7c67badc46aaf36205f97d3aa326dc72c777b7;hp=528c1c016708bc701d8939cf740e069d316bb78c;hpb=4ead9c648f34f49d2d1249413694e6a57f33ef04;p=github%2Fwallabag%2Fwallabag.git 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) {