MetaDetails streams/videos list positioned with margin left

This commit is contained in:
svetlagasheva 2020-04-09 12:50:48 +03:00
parent 7087eb368a
commit 89b22c2503

View file

@ -28,7 +28,6 @@
z-index: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
.background-image-layer {
position: absolute;
@ -103,6 +102,7 @@
.videos-list, .streams-list {
flex: 0 0 26.5rem;
align-self: stretch;
margin-left: auto;
background-color: @color-background-dark5-70;
}
}