mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(Library): use rem instead of px
This commit is contained in:
parent
7c23ab5585
commit
fbebd9bbd4
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
margin-top: calc(var(--top-overlay-size) * -1);
|
||||
padding: 0 1.5rem;
|
||||
padding-top: var(--top-overlay-size);
|
||||
padding-bottom: var(--bottom-overlay-size, 0px);
|
||||
padding-bottom: var(--bottom-overlay-size, 0rem);
|
||||
|
||||
mask: linear-gradient(
|
||||
to bottom,
|
||||
|
|
|
|||
Loading…
Reference in a new issue