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

Regression from the inline-CSS changes
This commit is contained in:
ThibG 2020-06-25 22:41:12 +02:00 committed by GitHub
parent 9ea91bbf59
commit 0a56a4a1bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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