Merge pull request #622 from Stremio/fix-metaitem-styles

fix: metaitem watched indicator & new episode indicator styles
This commit is contained in:
Tim 2024-05-13 15:49:09 +02:00 committed by GitHub
commit 23256386cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ const MetaItem = React.memo(({ className, type, name, poster, posterShape, poste
null
}
{
!newVideos && watched ?
watched ?
<div className={styles['watched-icon-layer']}>
<Icon className={styles['watched-icon']} name={'checkmark'} />
</div>

View file

@ -129,7 +129,7 @@
.watched-icon-layer {
position: absolute;
top: 0;
right: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;