mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #732 from Stremio/fix/navbar-item-label-not-visible
fix: navbar item label was cut
This commit is contained in:
commit
bb05f6d6d9
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
|||
}
|
||||
|
||||
.nav-tab-button {
|
||||
width: calc(var(--vertical-nav-bar-size) - 1.5rem);
|
||||
height: calc(var(--vertical-nav-bar-size) - 1.5rem);
|
||||
width: calc(var(--vertical-nav-bar-size) - 1.2rem);
|
||||
height: calc(var(--vertical-nav-bar-size) - 1.2rem);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue