mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 15:24:51 +00:00
[Glitch] Fix icon crushed when account name was too long
Port 6027764c31
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
5e679f41f9
commit
4011799b31
1 changed files with 4 additions and 0 deletions
|
@ -10708,6 +10708,10 @@ noscript {
|
|||
bdi {
|
||||
color: $darker-text-color;
|
||||
}
|
||||
|
||||
.account__avatar {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* glitch: used for CWs */
|
||||
|
|
Loading…
Add table
Reference in a new issue