Fix wish svg height
This commit is contained in:
parent
f831a38523
commit
b08931f3c2
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ figure {
|
|||
}
|
||||
|
||||
.wishlist .ui.card > .image > :is(svg, img.preview) {
|
||||
display: block;
|
||||
|
||||
height: var(--hoverHeight);
|
||||
}
|
||||
@media (hover: hover) {
|
||||
|
|
Loading…
Reference in a new issue