fix tabs display on mobile view

This commit is contained in:
Thomas Citharel 2016-03-16 22:15:01 +01:00
parent 3500d4099f
commit 2cc7de1e93
1 changed files with 11 additions and 0 deletions

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