Fix the box alignment without breaking other boxes

This commit is contained in:
Adam Morris 2019-08-10 16:02:13 +10:00
parent 8652566ed3
commit 1068012e82

View file

@ -4,7 +4,7 @@
&__top {
@extend %metal, %flex-between;
flex: 0 0 auto;
padding: .3em .5em .3em .6em;
padding: .3em .5em;
.more {
color: $c-font-dim;
@include transition();
@ -26,6 +26,7 @@
overflow-y: auto;
}
.user-link {
padding-left: -1em;
font-weight: bold;
color: $c-font-dim;
}