mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42: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;
|
background-color: transparent;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
@ -21,6 +22,7 @@
|
||||||
.nav-tab-button {
|
.nav-tab-button {
|
||||||
width: calc(var(--vertical-nav-bar-size) - 1.2rem);
|
width: calc(var(--vertical-nav-bar-size) - 1.2rem);
|
||||||
height: 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