Merge pull request #1799 from wallabag/v2-fix-tabs-display-material

fix tabs display on mobile view
This commit is contained in:
Nicolas Lœuillet 2016-03-18 12:52:40 +01:00
commit ec7c67badc

View file

@ -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) {