mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
UX: fix user profile button wrap, clean up styles (#28255)
This commit is contained in:
@ -13,7 +13,6 @@
|
||||
|
||||
.user-summary-page .details .controls ul,
|
||||
.user-main .details .controls ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
li:first-child {
|
||||
@ -22,6 +21,9 @@
|
||||
|
||||
li.user-profile-controls-outlet.chat-button {
|
||||
order: -1;
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user