mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
fix: metaitem styles
This commit is contained in:
parent
500c80df27
commit
affd90990f
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue