1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

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

View file

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