mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-18 05:15:59 +00:00
meta item support for inset outline implemented
This commit is contained in:
parent
1ac3d358a6
commit
53203893a9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
.meta-item-container {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
background-color: var(--color-backgroundlight);
|
||||
|
||||
&:hover, &:focus, &:global(.active) {
|
||||
|
|
@ -39,7 +41,7 @@
|
|||
|
||||
.poster-image-container {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
z-index: -1;
|
||||
background-color: var(--color-backgroundlight);
|
||||
|
||||
.placeholder-image-layer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue