remove right property of heart icon

This commit is contained in:
yazninja 2022-05-01 20:20:47 +08:00
parent 0667fe9d30
commit ae4a49669a
3 changed files with 1 additions and 3 deletions

View file

@ -373,7 +373,6 @@
}
.heart-icon {
position: absolute;
right: 30em;
filter: contrast(0);
background-repeat: no-repeat;
}

View file

@ -458,7 +458,7 @@
.heart-icon {
position: absolute;
right: 30em;
right:0;
filter: contrast(0);
background-repeat: no-repeat;
}

View file

@ -7942,7 +7942,6 @@ fieldset:disabled .btn {
}
.cd-mediaitem-list-item .heart-icon {
position: absolute;
right: 30em;
filter: contrast(0);
background-repeat: no-repeat;
}