Make heart icon independent from explicit

This commit is contained in:
Amaru8 2022-05-01 11:04:16 +02:00
parent 42569ae9c5
commit 0e2c9a33b9
3 changed files with 6 additions and 6 deletions

View file

@ -372,8 +372,8 @@
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.heart-icon { .heart-icon {
height: 18px; position: absolute;
width: 39px; right: 30em;
filter: contrast(0); filter: contrast(0);
background-repeat: no-repeat; background-repeat: no-repeat;
} }

View file

@ -457,8 +457,8 @@
} }
.heart-icon { .heart-icon {
height: 18px; position: absolute;
width: 39px; right: 30em;
filter: contrast(0); filter: contrast(0);
background-repeat: no-repeat; background-repeat: no-repeat;
} }

View file

@ -7937,8 +7937,8 @@ fieldset:disabled .btn {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.cd-mediaitem-list-item .heart-icon { .cd-mediaitem-list-item .heart-icon {
height: 18px; position: absolute;
width: 39px; right: 30em;
filter: contrast(0); filter: contrast(0);
background-repeat: no-repeat; background-repeat: no-repeat;
} }