mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-30 06:45:29 +00:00
Merge pull request #1799 from wallabag/v2-fix-tabs-display-material
fix tabs display on mobile view
This commit is contained in:
commit
ec7c67badc
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