fix: metaitem styles

This commit is contained in:
kKaskak 2024-04-03 19:10:23 +03:00
parent 500c80df27
commit affd90990f
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 null
} }
{ {
!newVideos && watched ? watched ?
<div className={styles['watched-icon-layer']}> <div className={styles['watched-icon-layer']}>
<Icon className={styles['watched-icon']} name={'checkmark'} /> <Icon className={styles['watched-icon']} name={'checkmark'} />
</div> </div>

View file

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