use flex none for lists in meta details

This commit is contained in:
nklhrstv 2020-03-29 20:02:43 +03:00
parent 8672b2366a
commit be80b3bf3f

View file

@ -61,9 +61,7 @@
.videos-list, .streams-list {
--item-size: 26.5rem;
flex-grow: 0;
flex-shrink: 0;
flex-basis: auto;
flex: none;
align-self: stretch;
}
}