Fix wish svg height

This commit is contained in:
grandeljay 2022-11-15 16:26:10 +01:00
parent f831a38523
commit b08931f3c2

View file

@ -110,6 +110,8 @@ figure {
}
.wishlist .ui.card > .image > :is(svg, img.preview) {
display: block;
height: var(--hoverHeight);
}
@media (hover: hover) {