Fix avatar size in public page detailed status (#14140)

Regression from the inline-CSS changes
th-downstream
ThibG 4 years ago committed by GitHub
parent 31e1f4bbef
commit 528c103fc6

@ -140,6 +140,11 @@
.detailed-status { .detailed-status {
padding: 15px; padding: 15px;
.detailed-status__display-avatar .account__avatar {
width: 48px;
height: 48px;
}
} }
.status { .status {

Loading…
Cancel
Save