aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-07-31 22:23:55 -0400
committergeireann <geireann.lindfield@gmail.com>2021-07-31 22:23:55 -0400
commitb1361eec6d3f554d4927931c339b5c169b9a54a7 (patch)
tree9da0bc6a4377c40a6c4ad2d7ad9d16971325e831 /src
parentd3a7e378e26466b911733f76addfe9fc61a689df (diff)
mini css changes
Diffstat (limited to 'src')
-rw-r--r--src/client/views/DocumentButtonBar.scss1
-rw-r--r--src/client/views/topbar/TopBar.scss9
2 files changed, 6 insertions, 4 deletions
diff --git a/src/client/views/DocumentButtonBar.scss b/src/client/views/DocumentButtonBar.scss
index 171e7134f..a112f4745 100644
--- a/src/client/views/DocumentButtonBar.scss
+++ b/src/client/views/DocumentButtonBar.scss
@@ -46,7 +46,6 @@ $linkGap : 3px;
.documentButtonBar {
display: flex;
flex-direction: row;
- gap: 3px;
}
.documentButtonBar-button {
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;