From 26c7b61ec0c3124933af353928d66f9c36cb7db1 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Oct 2016 18:39:33 +0200 Subject: [PATCH] Fix alignment of login dropdown --- src/styles/_app_base.sass | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/styles/_app_base.sass b/src/styles/_app_base.sass index 6c8e90a..c06c334 100644 --- a/src/styles/_app_base.sass +++ b/src/styles/_app_base.sass @@ -86,15 +86,15 @@ nav.sidebar .dropdown min-width: $sidebar-width - .dropdown-menu - top: initial - bottom: 3px - left: $sidebar-width + 5 - box-shadow: 1px 1px 0 rgba(black, .1), 0 5px 50px rgba(black, .25) - min-width: 200px + .dropdown-menu + top: initial + bottom: 3px + left: $sidebar-width + box-shadow: 1px 1px 0 rgba(black, .1), 0 5px 50px rgba(black, .25) + min-width: 200px - li a - justify-content: flex-start + li a + justify-content: flex-start ul width: 100%