mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 18:30:17 +01: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
@ -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 New Issue
Block a user