From 458c2e06cfbdf919c16866ebebe29d149f446b1e Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Thu, 8 Sep 2022 09:36:15 +0200 Subject: Align settings button to the left Signed-off-by: Marco Ambrosini --- src/components/LeftSidebar/LeftSidebar.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index 5bac2b099..4b8027ad5 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -542,4 +542,7 @@ export default { flex-grow: 1; } +.settings-button { + justify-content: flex-start !important; +} -- cgit v1.2.3