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

Regression from the inline-CSS changes
master
ThibG 4 years ago committed by GitHub
parent 9ea91bbf59
commit 0a56a4a1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      app/javascript/styles/mastodon/statuses.scss

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

Loading…
Cancel
Save