diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-10 10:18:05 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-10 10:18:05 -0400 |
| commit | bc662b4e7eaaa1f33f41f64ce64d60579939b971 (patch) | |
| tree | 6910cb3e35dd079f6480352c1057662f63aeb507 /src/client/views/global | |
| parent | 2eab3c6035c6444eae083cdeb35fb58a1234f581 (diff) | |
fixed some problems with dragging doc onto empty tab bar. made topBar be just one line to save vertical space. added a context menu to Dashboard
Diffstat (limited to 'src/client/views/global')
| -rw-r--r-- | src/client/views/global/globalCssVariables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/global/globalCssVariables.scss b/src/client/views/global/globalCssVariables.scss index ce9cc05d6..a14634bdc 100644 --- a/src/client/views/global/globalCssVariables.scss +++ b/src/client/views/global/globalCssVariables.scss @@ -38,7 +38,7 @@ $small-text: 9px; // misc values $border-radius: 0.3em; $search-thumnail-size: 130; -$topbar-height: 55px; +$topbar-height: 32px; $antimodemenu-height: 36px; // dragged items |
