mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +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 {
|
.play-icon-container {
|
||||||
flex: none;
|
flex: none;
|
||||||
|
width: 5rem;
|
||||||
|
height: 5rem;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
|
|
||||||
.play-icon {
|
.play-icon {
|
||||||
display: block;
|
display: block;
|
||||||
width: 2rem;
|
width: 100%;
|
||||||
height: 2rem;
|
height: 100%;
|
||||||
fill: var(--color-placeholder);
|
fill: var(--color-placeholder);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue