From b6c23b5d9730383aa0aaeee8d914dd25c095af48 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Mon, 30 Mar 2020 01:35:07 +0300 Subject: [PATCH] videos list width fixed --- src/routes/MetaDetails/VideosList/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/MetaDetails/VideosList/styles.less b/src/routes/MetaDetails/VideosList/styles.less index aa492be77..fab100ee7 100644 --- a/src/routes/MetaDetails/VideosList/styles.less +++ b/src/routes/MetaDetails/VideosList/styles.less @@ -36,6 +36,7 @@ .seasons-bar { flex: none; align-self: stretch; + min-width: var(--item-size); } .search-bar-container { @@ -88,7 +89,6 @@ .videos-scroll-container { flex: 1; - align-self: stretch; overflow-y: auto; .video {