mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
videos list width fixed
This commit is contained in:
parent
deea9243f5
commit
b6c23b5d97
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue