background in meta details fixed

This commit is contained in:
nklhrstv 2020-03-29 20:01:13 +03:00
parent 719b482025
commit b1617dc313

View file

@ -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;
}
}