Fix missing wish description fade overlay
This commit is contained in:
parent
3975b73246
commit
e4e7e4614b
1 changed files with 4 additions and 4 deletions
|
@ -103,10 +103,10 @@ figure {
|
||||||
z-index: calc(var(--dimmerZIndex) + 2);
|
z-index: calc(var(--dimmerZIndex) + 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlist .ui.fluid.card.stretch {
|
.wishlist .ui.fluid.card {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.wishlist:not(.one).column .ui.fluid.card.stretch::before {
|
.wishlist:not(.one).column .ui.fluid.card::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -121,11 +121,11 @@ figure {
|
||||||
background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0.75em, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 100%);
|
background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0.75em, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 100%);
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.wishlist:not(.one).column .ui.fluid.card.stretch::before {
|
.wishlist:not(.one).column .ui.fluid.card::before {
|
||||||
background-image: linear-gradient(0deg, rgba(17, 17, 17, 1) 0.75em, rgba(17, 17, 17, 0.9) 45%, rgba(17, 17, 17, 0) 100%);
|
background-image: linear-gradient(0deg, rgba(17, 17, 17, 1) 0.75em, rgba(17, 17, 17, 0.9) 45%, rgba(17, 17, 17, 0) 100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.wishlist .ui.fluid.card.stretch.loading::before {
|
.wishlist .ui.fluid.card.loading::before {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue