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
}
{
!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;