commit 476b77dbefe152e6382edb54eb4376b366f852c9
parent 22a64851825336c6ced213dbd22f846843d04a15
Author: Hunter
Date:   Wed, 29 Jul 2026 11:43:03 -0400

quick opacity fade when picking up images

Diffstat:
Mresources/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/style.css b/resources/style.css @@ -245,7 +245,7 @@ body { cursor: grab; outline: 2px solid transparent; outline-offset: -2px; - transition: outline-color 0.2s; + transition: outline-color 0.2s, opacity 0.05s ease; background: var(--page); touch-action: none; }