2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

UX: Mobile user profile button adjustment

This commit is contained in:
Kris 2017-12-12 10:58:03 -05:00
parent 55c019f776
commit d6a18f72b6

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 {