UX: Mobile user profile button adjustment

This commit is contained in:
Kris 2017-12-12 10:58:03 -05:00
parent 55c019f776
commit d6a18f72b6
1 changed files with 6 additions and 1 deletions

View File

@ -142,12 +142,17 @@
}
li, span {
li {
display: flex;
flex: 1 1 auto;
margin: 0 5px;
}
span {
flex: 0 1 100%;
margin: 0 5px;
}
.user-profile-controls-outlet {
margin: 0;
li {