diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-07-31 22:23:55 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-07-31 22:23:55 -0400 |
| commit | b1361eec6d3f554d4927931c339b5c169b9a54a7 (patch) | |
| tree | 9da0bc6a4377c40a6c4ad2d7ad9d16971325e831 /src/client/views/topbar | |
| parent | d3a7e378e26466b911733f76addfe9fc61a689df (diff) | |
mini css changes
Diffstat (limited to 'src/client/views/topbar')
| -rw-r--r-- | src/client/views/topbar/TopBar.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss index ac6ec9b30..164cc29cd 100644 --- a/src/client/views/topbar/TopBar.scss +++ b/src/client/views/topbar/TopBar.scss @@ -50,12 +50,15 @@ align-items: center; gap: 5px; + .topbar-dashboards { + display: flex; + flex-direction: row; + } + .topbar-lozenge-dashboard { display: flex; - .topbar-dashboards { - display: inline-flex; - } + .topbar-dashSelect { border: none; |
