mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
fix: navbar item label was cut
This commit is contained in:
parent
73ab4adf4a
commit
c5ab6b6112
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