Fix icon crushed when account name was too long (#34514)

This commit is contained in:
Gomasy 2025-04-22 21:39:35 +09:00 committed by GitHub
parent b754e28190
commit 6027764c31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10399,6 +10399,10 @@ noscript {
bdi {
color: $darker-text-color;
}
.account__avatar {
flex: 0 0 auto;
}
}
&__content {