diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-03-16 22:15:01 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-03-16 22:15:01 +0100 |
commit | 2cc7de1e9302a7dc06a26db571394801305ef789 (patch) | |
tree | 7fa638be8ced9304f4ea3747baa5e4ce185abc63 /src/Wallabag | |
parent | 3500d4099f88f7db22eba42fdb7e8926f1f1cdac (diff) | |
download | wallabag-2cc7de1e9302a7dc06a26db571394801305ef789.tar.gz wallabag-2cc7de1e9302a7dc06a26db571394801305ef789.tar.zst wallabag-2cc7de1e9302a7dc06a26db571394801305ef789.zip |
fix tabs display on mobile view
Diffstat (limited to 'src/Wallabag')
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | 11 |
1 files changed, 11 insertions, 0 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 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 { | |||
420 | .reader-mode span { | 420 | .reader-mode span { |
421 | opacity: 1; | 421 | opacity: 1; |
422 | } | 422 | } |
423 | |||
424 | .tabs { | ||
425 | display: inline-block; | ||
426 | height: auto; | ||
427 | } | ||
428 | .tab { | ||
429 | min-width: 100%; | ||
430 | } | ||
431 | .indicator { | ||
432 | display: none; | ||
433 | } | ||
423 | } | 434 | } |
424 | 435 | ||
425 | @media only screen and (min-width : 400px) { | 436 | @media only screen and (min-width : 400px) { |