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/topbar/TopBar.scss | |
| 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/topbar/TopBar.scss')
| -rw-r--r-- | src/client/views/topbar/TopBar.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss index 6662386d4..c5b340514 100644 --- a/src/client/views/topbar/TopBar.scss +++ b/src/client/views/topbar/TopBar.scss @@ -22,9 +22,9 @@ grid-auto-columns: 33.3% 33.3% 33.3%; align-items: center; - &:first-child { - height: 20px; - } + // &:first-child { + // height: 20px; + // } } .topbar-button-text { |
