From 0a13f770141abe75b4b00768331ac796adcac944 Mon Sep 17 00:00:00 2001 From: noellabo Date: Thu, 4 Jun 2020 05:28:05 +0900 Subject: [PATCH] Fix an avatar icon size of the status quoted on the public page --- app/javascript/styles/mastodon/statuses.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/statuses.scss b/app/javascript/styles/mastodon/statuses.scss index ad23efae8..ab91b3123 100644 --- a/app/javascript/styles/mastodon/statuses.scss +++ b/app/javascript/styles/mastodon/statuses.scss @@ -78,7 +78,7 @@ top: 5px; left: 5px; - & > div { + & img { width: 18px; height: 18px; }