diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-18 12:52:40 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-18 12:52:40 +0100 |
commit | ec7c67badc46aaf36205f97d3aa326dc72c777b7 (patch) | |
tree | 73bed2bd9a990f0494c1f6c8ae31de455a676561 | |
parent | 1978d0e3b63286bbf329b967bf1e6b2e3abef1b4 (diff) | |
parent | 2cc7de1e9302a7dc06a26db571394801305ef789 (diff) | |
download | wallabag-ec7c67badc46aaf36205f97d3aa326dc72c777b7.tar.gz wallabag-ec7c67badc46aaf36205f97d3aa326dc72c777b7.tar.zst wallabag-ec7c67badc46aaf36205f97d3aa326dc72c777b7.zip |
Merge pull request #1799 from wallabag/v2-fix-tabs-display-material
fix tabs display on mobile view
-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) { |