From 3415f672292bb349c7d9ec66564933a746ee3b25 Mon Sep 17 00:00:00 2001 From: mehekj Date: Mon, 20 Jun 2022 18:27:29 -0400 Subject: Revert "Merge branch 'master' into temporalmedia-mehek" This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48. --- src/client/views/MainView.scss | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'src/client/views/MainView.scss') diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index a695577d0..15cd2c144 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -20,8 +20,6 @@ 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. @@ -31,11 +29,6 @@ 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 { @@ -155,8 +148,7 @@ } } -.mainView-innerContent, -.mainView-innerContent-Dark { +.mainView-innerContent, .mainView-innerContent-Dark { display: contents; flex-direction: row; position: relative; @@ -189,8 +181,8 @@ .mainView-libraryHandle { background-color: $light-gray; } - -.mainView-innerContent-Dark { +.mainView-innerContent-Dark +{ .propertiesView { background-color: #252525; @@ -216,7 +208,6 @@ background: #353535; } } - .mainView-container-Dark { .contextMenu-cont { background: $medium-gray; -- cgit v1.2.3-70-g09d2