mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Stream placeholder styles updated
This commit is contained in:
parent
29a1127e93
commit
36e0b4b13f
1 changed files with 4 additions and 2 deletions
|
|
@ -36,12 +36,14 @@
|
|||
|
||||
.play-icon-container {
|
||||
flex: none;
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
padding: 1.5rem;
|
||||
|
||||
.play-icon {
|
||||
display: block;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: var(--color-placeholder);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue