diff --git a/src/routes/MetaDetails/styles.less b/src/routes/MetaDetails/styles.less index 41ab1c314..f0c7706e9 100644 --- a/src/routes/MetaDetails/styles.less +++ b/src/routes/MetaDetails/styles.less @@ -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; } }