diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-06-20 18:12:40 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-06-20 18:12:40 -0400 |
| commit | 145117365b2708ef6b365c6f0f10c38b85a87307 (patch) | |
| tree | 266b75feb19c3ded22f8185e8ed11eb91e6b6309 /src/client/views/MainView.scss | |
| parent | 7eedde332010c8896be636f0b5c6a7b2c8043e48 (diff) | |
| parent | 3351c0372a8372a3e91bbd814f827a8b984f8665 (diff) | |
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index 15cd2c144..a695577d0 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -20,6 +20,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 +31,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 { @@ -148,7 +155,8 @@ } } -.mainView-innerContent, .mainView-innerContent-Dark { +.mainView-innerContent, +.mainView-innerContent-Dark { display: contents; flex-direction: row; position: relative; @@ -181,8 +189,8 @@ .mainView-libraryHandle { background-color: $light-gray; } -.mainView-innerContent-Dark -{ + +.mainView-innerContent-Dark { .propertiesView { background-color: #252525; @@ -208,6 +216,7 @@ background: #353535; } } + .mainView-container-Dark { .contextMenu-cont { background: $medium-gray; |
