# HG changeset patch # User Thomas Junk # Date 1535383423 -7200 # Node ID e86d6e016bbb72013047df7db01a9e3a282a4841 # Parent 8e82936b49f73c31a362ca4ccd468b0130fccec7 refac: Sidebar menu entries are now adjusted to the left diff -r 8e82936b49f7 -r e86d6e016bbb client/src/assets/application.scss --- a/client/src/assets/application.scss Mon Aug 27 17:10:25 2018 +0200 +++ b/client/src/assets/application.scss Mon Aug 27 17:23:43 2018 +0200 @@ -9,7 +9,7 @@ $basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75); $transition: 0.5s; $transition-fast: 0.1s; -$transition-slow: 2s; +$transition-slow: 3s; %fully-centered { position: absolute; diff -r 8e82936b49f7 -r e86d6e016bbb client/src/components/Sidebar.vue --- a/client/src/components/Sidebar.vue Mon Aug 27 17:10:25 2018 +0200 +++ b/client/src/components/Sidebar.vue Mon Aug 27 17:23:43 2018 +0200 @@ -2,18 +2,17 @@
-
+
@@ -50,7 +49,7 @@ userinfoStyle() { return { user: true, - "d-inline-flex": true, + "d-flex": true, "visibility-extended": !this.isCollapsed, "visibility-collapsed": this.isCollapsed }; @@ -95,6 +94,10 @@ $collapser-left-offset: 170px; $sidebar-collapsed-width: 0px; +.menupadding { + padding: 0.5rem 1rem; +} + .collapser { position: absolute; top: 0px; @@ -164,7 +167,8 @@ .logout { position: relative; - top: 8px; + top: 16px; + left: -5px; margin-left: $small-offset; cursor: pointer; }