Browse Source

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

Port 48503384d0 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
ThibG 4 years ago
committed by Thibaut Girka
parent
commit
ef2f98317a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/javascript/flavours/glitch/styles/statuses.scss

+ 5
- 0
app/javascript/flavours/glitch/styles/statuses.scss View File

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

Loading…
Cancel
Save