diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-12 09:09:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-12 09:09:53 -0400 |
| commit | 318a45b6b428a459ade553fef7fd8c26e485eccb (patch) | |
| tree | fcde0ee2e89b5a8aaedf643e5d0b54923a3e34bc /src/client/views/MainView.scss | |
| parent | 8fd9d9348de59caccfac9e98102fea431ac46999 (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.scss | 4 |
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; |
