Fix horizontal wish image overlay
This commit is contained in:
parent
3178dc1222
commit
edafaec730
1 changed files with 2 additions and 2 deletions
|
@ -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%);
|
||||
|
|
Loading…
Reference in a new issue