forked from wallabag/wallabag
Merge pull request #1799 from wallabag/v2-fix-tabs-display-material
fix tabs display on mobile view
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user