videos list width fixed

This commit is contained in:
nklhrstv 2020-03-30 01:35:07 +03:00
parent deea9243f5
commit b6c23b5d97

View file

@ -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 {