diff options
| author | bobzel <zzzman@gmail.com> | 2022-10-18 13:00:55 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-10-18 13:00:55 -0400 |
| commit | 880023cb520f82fa1bfd4740450a18e86e817b0f (patch) | |
| tree | 05918fe678ba85c7e4efcbf4e9d594f507ea5865 /src/client/views/DocumentDecorations.scss | |
| parent | 04b4e1fdf075c35adefc922abd0c75895a23cf12 (diff) | |
starting to fix resizing rotated docs.
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index e915fc88d..5c8dd36cc 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -14,7 +14,7 @@ $resizeHandler: 8px; border-radius: 100%; height: 30; width: 30; - right: -17; + right: -30; top: calc(50% - 15px); position: absolute; pointer-events: all; |
