mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
progress-bar uses css variable for its size
This commit is contained in:
parent
19a036f7be
commit
fcf4457047
1 changed files with 2 additions and 2 deletions
|
|
@ -35,9 +35,9 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
height: 6px;
|
||||
height: var(--progress-bar-size);
|
||||
background-color: var(--color-backgroundlighter);
|
||||
box-shadow: 0 0 20px 8px var(--color-backgrounddarker);
|
||||
box-shadow: 0 0 calc(var(--progress-bar-size) * 4) calc(var(--progress-bar-size) * 1.5) var(--color-backgrounddarker);
|
||||
|
||||
.progress {
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue