Skip to content

Commit

Permalink
Merge pull request #830 from Stremio/fix/navbar-icons-mobile
Browse files Browse the repository at this point in the history
Vertical Navbar: Adjust icons to prevent cutting on mobile
  • Loading branch information
tymmesyde authored Feb 12, 2025
2 parents 2d17afc + 675257e commit 6ad4bc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NavBar/VerticalNavBar/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
background-color: transparent;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;

&::-webkit-scrollbar {
display: none;
Expand All @@ -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;
}
}

Expand Down

0 comments on commit 6ad4bc2

Please sign in to comment.