mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #830 from Stremio/fix/navbar-icons-mobile
Vertical Navbar: Adjust icons to prevent cutting on mobile
This commit is contained in:
commit
6ad4bc2702
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
background-color: transparent;
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
.nav-tab-button {
|
||||
width: calc(var(--vertical-nav-bar-size) - 1.2rem);
|
||||
height: calc(var(--vertical-nav-bar-size) - 1.2rem);
|
||||
min-height: 3.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue