diff options
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index 15cd2c144..da79d2992 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -1,6 +1,5 @@ -@import "global/globalCssVariables"; -@import "nodeModuleOverrides"; - +@import 'global/globalCssVariables'; +@import 'nodeModuleOverrides'; .dash-tooltip { font-size: 11px; @@ -20,6 +19,8 @@ position: relative; width: 100%; height: 100%; + display: flex; + flex-direction: column; } // add nodes menu. Note that the + button is actually an input label, not an actual button. @@ -29,6 +30,11 @@ left: calc(100% + 5px); z-index: 1; pointer-events: none; + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + gap: 10px; } .mainView-snapLines { @@ -56,6 +62,17 @@ } } +.mainView-container, +.mainView-container-Dark { + .lm_header .lm_tab { + padding: 0px; + opacity: 0.7; + box-shadow: none; + height: 25px; + border-bottom: black solid; + } +} + .mainView-container { color: $dark-gray; @@ -116,7 +133,6 @@ position: absolute; right: 0; top: 0; - z-index: 3000; } .mainView-propertiesDragger { @@ -148,7 +164,8 @@ } } -.mainView-innerContent, .mainView-innerContent-Dark { +.mainView-innerContent, +.mainView-innerContent-Dark { display: contents; flex-direction: row; position: relative; @@ -175,14 +192,13 @@ background-color: $light-gray; } } - } .mainView-libraryHandle { background-color: $light-gray; } -.mainView-innerContent-Dark -{ + +.mainView-innerContent-Dark { .propertiesView { background-color: #252525; @@ -208,6 +224,7 @@ background: #353535; } } + .mainView-container-Dark { .contextMenu-cont { background: $medium-gray; @@ -243,7 +260,6 @@ } .buttonContainer { - position: absolute; bottom: 0; @@ -261,8 +277,6 @@ } } - - .mainView-logout { position: absolute; right: 0; @@ -300,11 +314,10 @@ } .mainView-libraryFlyout-out { - transition: width .25s; + transition: width 0.25s; box-shadow: rgb(156, 147, 150) 0.2vw 0.2vw 0.2vw; } - .mainView-libraryHandle { width: var(--flyoutHandleWidth); height: 55px; @@ -325,7 +338,6 @@ margin-right: 3px; padding-top: 19px; } - } .mainView-dashboard { @@ -362,4 +374,4 @@ display: block; width: 500px; height: 1000px; -}
\ No newline at end of file +} |
