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/_nodeModuleOverrides.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/_nodeModuleOverrides.scss')
-rw-r--r-- | src/client/views/_nodeModuleOverrides.scss | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/client/views/_nodeModuleOverrides.scss b/src/client/views/_nodeModuleOverrides.scss index fd0ac9d5c..17eff022f 100644 --- a/src/client/views/_nodeModuleOverrides.scss +++ b/src/client/views/_nodeModuleOverrides.scss @@ -1,4 +1,4 @@ -@import "./global/globalCssVariables"; +@import './global/globalCssVariables'; // this file is for overriding all the css from installed node modules // goldenlayout stuff @@ -56,16 +56,5 @@ div .lm_header { font-family: $sans-serif !important; } -.lm_header .lm_controls { - align-items: center; - position: absolute; - background-color: $dark-gray; - border-radius: 5px; - display: flex; - justify-content: space-evenly; - height: 23px; - width: 65px; -} - // @TODO the ril__navgiation buttons in the img gallery are a lil messed up but I can't figure out -// why. Low priority for now but it's bugging me. --Julie
\ No newline at end of file +// why. Low priority for now but it's bugging me. --Julie |