mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
hide nav tab label when width is below 1100px
This commit is contained in:
parent
2efd7d0f18
commit
36026b8ccb
1 changed files with 8 additions and 0 deletions
|
|
@ -30,4 +30,12 @@
|
|||
font-size: 15px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1100px) {
|
||||
.nav-tab {
|
||||
.nav-tab-label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue