aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-12 09:09:53 -0400
committerbobzel <zzzman@gmail.com>2020-08-12 09:09:53 -0400
commit318a45b6b428a459ade553fef7fd8c26e485eccb (patch)
treefcde0ee2e89b5a8aaedf643e5d0b54923a3e34bc /src/client/views/MainView.scss
parent8fd9d9348de59caccfac9e98102fea431ac46999 (diff)
fixed dragging of icons from Tools panel to side menu panel - no aliases are created so items can now be moved around sensibly
Diffstat (limited to 'src/client/views/MainView.scss')
-rw-r--r--src/client/views/MainView.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss
index f3fba82bc..44c756b63 100644
--- a/src/client/views/MainView.scss
+++ b/src/client/views/MainView.scss
@@ -157,7 +157,7 @@
width: 60px;
background-color: #121721;
- height: calc(100% - 32px);
+ height: calc(100% - $searchpanel-height);
//overflow-y: scroll;
//overflow-x: hidden;
@@ -215,7 +215,7 @@
.mainView-searchPanel {
width: 100%;
- height: 32px;
+ height: $searchpanel-height;
background-color: black;
color: white;
text-align: center;