Refactor
This commit is contained in:
parent
e5a97a550f
commit
448a4a9398
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
|||
z-index: calc(var(--dimmerZIndex) + 2);
|
||||
}
|
||||
|
||||
.wishlist .ui.fluid.card {
|
||||
.wishlist .ui.card {
|
||||
height: 100%;
|
||||
}
|
||||
.wishlist:not(.one).column .ui.fluid.card::before {
|
||||
.wishlist:not(.one).column .ui.card::before {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
|
@ -30,11 +30,11 @@
|
|||
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) {
|
||||
.wishlist:not(.one).column .ui.fluid.card::before {
|
||||
.wishlist:not(.one).column .ui.card::before {
|
||||
background-image: linear-gradient(0deg, rgba(27, 28, 29, 1) 0.75em, rgba(27, 28, 29, 0.9) 45%, rgba(27, 28, 29, 0) 100%);
|
||||
}
|
||||
}
|
||||
.wishlist .ui.fluid.card.loading::before {
|
||||
.wishlist .ui.card.loading::before {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue