diff options
| author | bobzel <zzzman@gmail.com> | 2022-07-08 12:37:06 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-07-08 12:37:06 -0400 |
| commit | 5628b585fa6356d66cf2e7454be20e3b847ad22e (patch) | |
| tree | 7836fd781c3cd82c00965d22c6bdf325414ef490 /src/client/views/Main.scss | |
| parent | 146f8622d5bac2edc6b09f57c173bd057dfbcfad (diff) | |
fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index c8e64b5c4..c7a7614ac 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -1,5 +1,5 @@ -@import "global/globalCssVariables"; -@import "nodeModuleOverrides"; +@import 'global/globalCssVariables'; +@import 'nodeModuleOverrides'; :root { --flyoutHandleWidth: 28px; @@ -24,7 +24,6 @@ body { // -ms-user-select: none; // } - .jsx-parser { width: 100%; height: 100%; @@ -70,4 +69,4 @@ button:hover { .svg-inline--fa { vertical-align: unset; -}
\ No newline at end of file +} |
