mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
background in meta details fixed
This commit is contained in:
parent
719b482025
commit
b1617dc313
1 changed files with 13 additions and 3 deletions
|
|
@ -10,8 +10,7 @@
|
|||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background:
|
||||
linear-gradient(to right, @color-background-dark3-60, @color-background-dark3-80);
|
||||
background-color: @color-background-dark2;
|
||||
|
||||
.nav-bar {
|
||||
flex: none;
|
||||
|
|
@ -34,13 +33,24 @@
|
|||
left: 0;
|
||||
z-index: -1;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
background: @color-background-dark2-60;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.background-image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.2;
|
||||
object-fit: cover;
|
||||
object-position: top left;
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue