From: ThibG Date: Thu, 25 Jun 2020 20:41:12 +0000 (+0200) Subject: Fix avatar size in public page detailed status (#14140) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0a56a4a1bc97aac7c10a70a62361c0edfcb2cc54;p=mastodon.git Fix avatar size in public page detailed status (#14140) Regression from the inline-CSS changes --- 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 {