mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
use flex none for lists in meta details
This commit is contained in:
parent
8672b2366a
commit
be80b3bf3f
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue