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

Port 48503384d0 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG 2020-05-13 21:20:34 +02:00 committed by Thibaut Girka
parent 6a17fa2b99
commit ef2f98317a
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 {