Merge pull request #830 from Stremio/fix/navbar-icons-mobile

Vertical Navbar: Adjust icons to prevent cutting on mobile
This commit is contained in:
Tim 2025-02-12 16:19:47 +01:00 committed by GitHub
commit 6ad4bc2702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}