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:
parent
55c019f776
commit
d6a18f72b6
1 changed files with 6 additions and 1 deletions
|
@ -142,12 +142,17 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li, span {
|
li {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
flex: 0 1 100%;
|
||||||
|
margin: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.user-profile-controls-outlet {
|
.user-profile-controls-outlet {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
li {
|
li {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue