Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@icloud.com>2022-09-08 10:36:15 +0300
committerMarco Ambrosini <marcoambrosini@icloud.com>2022-09-08 11:42:12 +0300
commit458c2e06cfbdf919c16866ebebe29d149f446b1e (patch)
tree9cb799bef78285aa73f230e51bcfa8c81deafe81
parent905c0718093a48aaeb59589e9411f12a66ea7ed9 (diff)
Align settings button to the leftbugfix/noid/polish-navigation
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue3
1 files changed, 3 insertions, 0 deletions
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;
+}
</style>