From a98099cc968b6da408ea3a7bf92c657529eb4626 Mon Sep 17 00:00:00 2001 From: bobzel Date: Fri, 23 May 2025 11:16:21 -0400 Subject: fixes to rotation center to reset when not shown --- src/client/views/DocumentDecorations.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/views/DocumentDecorations.scss') diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 09a13634f..55eb0b127 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -32,8 +32,10 @@ $resizeHandler: 8px; } .documentDecorations-rotationCenter { position: absolute; - width: 6px; - height: 6px; + width: 9px; + height: 9px; + left: -4.5px; + top: -4.5px; pointer-events: all; background: green; border-radius: 50%; -- cgit v1.2.3-70-g09d2