Fix alignment of login dropdown
This commit is contained in:
@@ -86,15 +86,15 @@ nav.sidebar
|
|||||||
.dropdown
|
.dropdown
|
||||||
min-width: $sidebar-width
|
min-width: $sidebar-width
|
||||||
|
|
||||||
.dropdown-menu
|
.dropdown-menu
|
||||||
top: initial
|
top: initial
|
||||||
bottom: 3px
|
bottom: 3px
|
||||||
left: $sidebar-width + 5
|
left: $sidebar-width
|
||||||
box-shadow: 1px 1px 0 rgba(black, .1), 0 5px 50px rgba(black, .25)
|
box-shadow: 1px 1px 0 rgba(black, .1), 0 5px 50px rgba(black, .25)
|
||||||
min-width: 200px
|
min-width: 200px
|
||||||
|
|
||||||
li a
|
li a
|
||||||
justify-content: flex-start
|
justify-content: flex-start
|
||||||
|
|
||||||
ul
|
ul
|
||||||
width: 100%
|
width: 100%
|
||||||
|
Reference in New Issue
Block a user