diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-12 22:14:37 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-12 22:14:37 +0530 |
| commit | 56ae02ffc13d69f6e79f327ea99d154f03e0fd34 (patch) | |
| tree | d3f9b89b33d216c4ca5d9b522b93b7b2831a5520 /src/client/views/MainView.scss | |
| parent | c01cb1dcda454a80555d2ae041800ef3bd261d81 (diff) | |
| parent | e976cf57176b5ba8d758ccfd63d443c291781b4f (diff) | |
merged
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; |
