diff options
| author | bobzel <zzzman@gmail.com> | 2022-10-19 12:38:19 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-10-19 12:38:19 -0400 |
| commit | a81ab2e6f75681bc4fb3a7b49d2056144e396b94 (patch) | |
| tree | 6f716c4507d486927914d609fef667d83345d777 /src/client/views/StyleProvider.scss | |
| parent | 0e3892e63758accd7dae274072ad7893934c3624 (diff) | |
fixed erasing straight line stroke segments caused by intersections with other strokes. cleaned up more with gestures. changed docView lock icon to be part of docDecorations.
Diffstat (limited to 'src/client/views/StyleProvider.scss')
| -rw-r--r-- | src/client/views/StyleProvider.scss | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/client/views/StyleProvider.scss b/src/client/views/StyleProvider.scss index 8929954c8..b1c97164a 100644 --- a/src/client/views/StyleProvider.scss +++ b/src/client/views/StyleProvider.scss @@ -1,11 +1,11 @@ .styleProvider-lock { - font-size: 12px; - width: 20; - height: 20; - position: absolute; - right: -25; - top: -5; - background: transparent; + font-size: 10; + width: 15; + height: 15; + position: absolute; + right: -0; + top: 0; + background: black; pointer-events: all; opacity: 0.3; display: flex; @@ -15,7 +15,7 @@ cursor: default; } .styleProvider-lock:hover { - opacity:1; + opacity: 1; } .styleProvider-treeView-icon, @@ -26,4 +26,4 @@ .styleProvider-treeView-icon { opacity: 0; -}
\ No newline at end of file +} |
