mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The before-after slider hardcoded a checkerboard background on the entire "after" overlay, which filled letterbox/pillarbox space around non-transparent images. Replaced with a neutral bg-muted/30. In image-viewer, moved the checkerboard from the outer container (which included padding) to the img element itself, so it only shows through transparent pixels rather than the surrounding area.