mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
MetaDetails streams/videos list positioned with margin left
This commit is contained in:
parent
7087eb368a
commit
89b22c2503
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue