Browse Source

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

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

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

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

Loading…
Cancel
Save