diff client/src/components/Sidebar.vue @ 2630:30df2d12d37f

client: sidebar: fix indicator positioning
author Markus Kottlaender <markus@intevation.de>
date Wed, 13 Mar 2019 16:45:42 +0100
parents eb69c6d27ae5
children 472b0e653644
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Wed Mar 13 16:32:32 2019 +0100
+++ b/client/src/components/Sidebar.vue	Wed Mar 13 16:45:42 2019 +0100
@@ -246,7 +246,7 @@
   .indicator {
     left: auto;
     right: 10px;
-    top: 12px;
+    top: 8px;
     border-radius: 0.25rem;
   }
   &.router-link-exact-active .indicator {