FIX: User controls buttons order for admins (#27646)

This commit is contained in:
Jan Cernik 2024-06-28 18:32:25 -03:00 committed by GitHub
parent 8dc358e4d5
commit e161086630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,8 @@
}
}
.user-summary-page .details .controls ul {
.user-summary-page .details .controls ul,
.user-main .details .controls ul {
display: flex;
flex-direction: column;
@ -24,6 +25,10 @@
}
}
.user-main .collapsed-info .details .controls ul {
flex-direction: row;
}
// TODO (davidb): remove once consolidated chat notifications is complete
.user-stream .large-notifications .item {
&:has(.chat-message) {