diff options
| author | bobzel <zzzman@gmail.com> | 2023-10-21 14:26:33 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-10-21 14:26:33 -0400 |
| commit | 3141c62397071efee60510ef90df69ff04701757 (patch) | |
| tree | af307c061048a55e56112dcbedf044004f3c1e8b /src/client/views/DocumentDecorations.scss | |
| parent | 661c1367d27fa23c3aeb62369e92cd36eb5edabd (diff) | |
change doc decorations rotation icon to bottom right. cleaned up lock icon. fixed autoresetview of collections to not fire when dragging.
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 2764339e6..f41cf1385 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -14,8 +14,9 @@ $resizeHandler: 8px; border-radius: 100%; height: 30; width: 30; - right: -30; - top: calc(50% - 15px); + right: -40; + bottom: -40; + //top: calc(50% - 15px); position: absolute; pointer-events: all; cursor: pointer; @@ -364,15 +365,19 @@ $resizeHandler: 8px; position: relative; background: black; color: rgb(145, 144, 144); - height: 14; - width: 14; + height: 20; + width: 20; pointer-events: all; margin: auto; display: flex; align-items: center; - flex-direction: column; - border-radius: 15%; + border-radius: 100%; cursor: default; + svg { + width: 10; + height: 10; + margin: auto; + } } .documentDecorations-rotationPath { |
