mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
fix tabs display on mobile view
This commit is contained in:
parent
3500d4099f
commit
2cc7de1e93
1 changed files with 11 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue