From deea9243f50c8de8abec38f154afc5f6930a845d Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Mon, 30 Mar 2020 01:33:07 +0300 Subject: [PATCH] videos list styles restructured --- src/routes/MetaDetails/VideosList/styles.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/MetaDetails/VideosList/styles.less b/src/routes/MetaDetails/VideosList/styles.less index ded03b3d8..aa492be77 100644 --- a/src/routes/MetaDetails/VideosList/styles.less +++ b/src/routes/MetaDetails/VideosList/styles.less @@ -5,11 +5,6 @@ flex-direction: column; background-color: @color-background-dark5-70; - .seasons-bar { - flex: none; - align-self: stretch; - } - .message-container { flex: 1; display: flex; @@ -38,6 +33,11 @@ } } + .seasons-bar { + flex: none; + align-self: stretch; + } + .search-bar-container { flex: none; align-self: stretch;