mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(VerticalNavBar): remove gap between tabs on mobile
This commit is contained in:
parent
0e106f9c1a
commit
27e19ab8d9
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
.vertical-nav-bar-container {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
gap: 0;
|
||||
height: var(--vertical-nav-bar-size);
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue