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:
parent
36fd47ac57
commit
4e174024f0
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue