ImageZoom: negate the border offsetting the lens (#2117)

Co-authored-by: Lewis Crichton <lewi@lewisakura.moe>
This commit is contained in:
Sqaaakoi 2024-02-26 12:51:09 +13:00 committed by Luna
parent 7a8c53cdae
commit 84c5515e4a

View file

@ -9,6 +9,9 @@
box-shadow: inset 0 0 10px 2px grey;
filter: drop-shadow(0 0 2px grey);
pointer-events: none;
/* negate the border offsetting the lens */
margin: -2px;
}
.vc-imgzoom-square {