fix some weird image issue

This commit is contained in:
Leafy :3 2025-02-14 17:12:29 +01:00
parent 02ca9c67e3
commit 43af412e3f

View file

@ -83,18 +83,6 @@
&:hover canvas {
display: none;
}
&:hover .image-type-label {
visibility: var(--_still-image-label-visibility, hidden);
}
img {
visibility: var(--_still-image-img-visibility, hidden);
}
&:hover img {
visibility: visible;
}
}
}
</style>