diff options
author | ThibG <thib@sitedethib.com> | 2020-06-25 22:41:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 22:41:12 +0200 |
commit | 0a56a4a1bc97aac7c10a70a62361c0edfcb2cc54 (patch) | |
tree | b22a130f7da39cac7b61dfca151a3091c4f7cbbf /app/javascript | |
parent | 9ea91bbf59df8140fcae9e64e8928eb5040ec85b (diff) |
Fix avatar size in public page detailed status (#14140)
Regression from the inline-CSS changes
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/statuses.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/statuses.scss b/app/javascript/styles/mastodon/statuses.scss index a8fd2936c..7ae1c5a24 100644 --- a/app/javascript/styles/mastodon/statuses.scss +++ b/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 { |