Fix muted user list being broken in multi-column layout and smartphone layout

This commit is contained in:
kedamaDQ 2024-02-21 17:09:22 +09:00
parent 36fd47ac57
commit 4e174024f0
1 changed files with 2 additions and 0 deletions

View File

@ -1829,6 +1829,8 @@ body > [data-popper-placement] {
.account__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 10px;
align-items: center;
}