aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
diff options
context:
space:
mode:
authorJenny Yu <jennyyu212@outlook.com>2022-06-15 13:50:14 -0700
committerJenny Yu <jennyyu212@outlook.com>2022-06-15 13:50:14 -0700
commita42db3ee7baf57772df13726d10c43996039c014 (patch)
treeaa4e13a7e24208333f9607a08d5d39ca62a3e60c /src/client/views/topbar
parentfbdddaeba99f5dbffffa4668e53b27006b7895f6 (diff)
fix: do not auto create dashboard
Diffstat (limited to 'src/client/views/topbar')
-rw-r--r--src/client/views/topbar/TopBar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss
index c5b340514..214b20193 100644
--- a/src/client/views/topbar/TopBar.scss
+++ b/src/client/views/topbar/TopBar.scss
@@ -2,7 +2,6 @@
.topbar-container {
- display: flex;
flex-direction: column;
font-size: 10px;
line-height: 1;
@@ -11,6 +10,7 @@
background: $dark-gray;
overflow: visible;
z-index: 1000;
+ align-items: center;
height: $topbar-height;
background-color: $dark-gray;