Skip to content

Commit 458c2e0

Browse files
Align settings button to the left
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
1 parent 905c071 commit 458c2e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/LeftSidebar/LeftSidebar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,4 +542,7 @@ export default {
542542
flex-grow: 1;
543543
}
544544
545+
.settings-button {
546+
justify-content: flex-start !important;
547+
}
545548
</style>

0 commit comments

Comments
 (0)