aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkingStroke.scss
diff options
context:
space:
mode:
authorvkalev <50213748+vkalev@users.noreply.github.com>2021-06-30 12:52:52 -0500
committervkalev <50213748+vkalev@users.noreply.github.com>2021-06-30 12:52:52 -0500
commitb0efa4a390415072eaeb06c8719ea57d73e10466 (patch)
tree867e9bd5c1c05908e2e6ab39f0b7abf18b2e5272 /src/client/views/InkingStroke.scss
parent441a3dab4ada425d28a55435be51339e3d28c892 (diff)
ink Bézier handle movement fixed + small visual changes
Diffstat (limited to 'src/client/views/InkingStroke.scss')
-rw-r--r--src/client/views/InkingStroke.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/client/views/InkingStroke.scss b/src/client/views/InkingStroke.scss
index 30ab1967e..f67b1779d 100644
--- a/src/client/views/InkingStroke.scss
+++ b/src/client/views/InkingStroke.scss
@@ -1,11 +1,11 @@
.inkingStroke {
- mix-blend-mode: multiply;
- stroke-linejoin: round;
- stroke-linecap: round;
- overflow: visible !important;
- transform-origin: top left;
+ mix-blend-mode: multiply;
+ stroke-linejoin: round;
+ stroke-linecap: round;
+ overflow: visible !important;
+ transform-origin: top left;
- svg:not(:root) {
- overflow: visible !important;
- }
-} \ No newline at end of file
+ svg:not(:root) {
+ overflow: visible !important;
+ }
+}