mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 12:14:38 +08:00
UX: Mobile user profile button adjustment
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user