mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-25 01:54:50 +00:00
Fix icon crushed when account name was too long (#34514)
This commit is contained in:
parent
b754e28190
commit
6027764c31
1 changed files with 4 additions and 0 deletions
|
@ -10399,6 +10399,10 @@ noscript {
|
|||
bdi {
|
||||
color: $darker-text-color;
|
||||
}
|
||||
|
||||
.account__avatar {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
|
Loading…
Add table
Reference in a new issue