UX: fix user profile button wrap, clean up styles (#28255)

This commit is contained in:
Kris
2024-08-06 17:47:51 -04:00
committed by GitHub
parent 8aff94dadb
commit 76b28ed836
4 changed files with 16 additions and 49 deletions

View File

@ -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;
}
}
}