Fix horizontal wish image overlay

This commit is contained in:
grandeljay 2022-12-28 17:38:02 +01:00
parent 3178dc1222
commit edafaec730

View file

@ -49,7 +49,7 @@
}
}
}
.wishlist .ui.card > .image::before {
.wishlist .ui:not(.horizontal).card > .image::before {
content: '';
position: absolute;
top: 0;
@ -64,7 +64,7 @@
linear-gradient(0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
}
@media (prefers-color-scheme: dark) {
.wishlist .ui.card > .image::before {
.wishlist .ui:not(.horizontal).card > .image::before {
background-image:
linear-gradient(180deg, rgba(27, 28, 29, 0.8) 0, transparent 100%),
linear-gradient(0, rgba(27, 28, 29, 0.8) 0, transparent 100%);