mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-24 04:22:12 +00:00
fix for discover page
This commit is contained in:
parent
396f71ad4e
commit
de2aa9f540
2 changed files with 1 additions and 1 deletions
|
|
@ -173,6 +173,7 @@ const Discover = ({ urlParams, queryParams }) => {
|
|||
{discover.catalog.content.content.map((metaItem, index) => (
|
||||
<MetaItem
|
||||
key={index}
|
||||
id={metaItem.id}
|
||||
className={classnames({ 'selected': selectedMetaItemIndex === index })}
|
||||
type={metaItem.type}
|
||||
name={metaItem.name}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
align-self: stretch;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
contain: strict;
|
||||
|
||||
.meta-items-container {
|
||||
padding: 0 1.5rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue