mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
videos container classname changed
This commit is contained in:
parent
eff777e6d5
commit
83a735ca95
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ const VideosList = ({ className, metaResource }) => {
|
|||
/>
|
||||
<Icon className={styles['icon']} icon={'ic_search'} />
|
||||
</label>
|
||||
<div className={styles['videos-scroll-container']}>
|
||||
<div className={styles['videos-container']}>
|
||||
{
|
||||
videosForSeason
|
||||
.filter((video) => {
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.videos-scroll-container {
|
||||
.videos-container {
|
||||
flex: 1;
|
||||
align-self: stretch;
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue