diff options
| author | bobzel <zzzman@gmail.com> | 2025-05-23 11:16:21 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-05-23 11:16:21 -0400 |
| commit | a98099cc968b6da408ea3a7bf92c657529eb4626 (patch) | |
| tree | 9113886289c47b2eaea1c72660ea1c63aca60052 /src/client/views/DocumentDecorations.scss | |
| parent | ec30cdb94b9418a952643d016fa7e78955f5f9ab (diff) | |
fixes to rotation center to reset when not shown
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 6 |
1 files changed, 4 insertions, 2 deletions
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%; |
