[Glitch] Fix some account avatars on public pages having incorrect size

Port e93c08ab96 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
ThibG 2020-05-13 21:20:34 +02:00 committed by Thibaut Girka
parent 80b1201644
commit ab970f996b
1 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,11 @@
&__avatar {
left: 15px;
top: 17px;
.account__avatar {
width: 48px;
height: 48px;
}
}
&__content {