From daf7299bedf81eacc81b36b4be86ded1d6748188 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Wed, 2 Oct 2019 01:02:05 +0100 Subject: [PATCH] remove redundant CSS --- app/javascript/styles/mastodon/components.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 85850c3b5..56dcfc4ac 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2357,11 +2357,6 @@ a.account__display-name { user-select: none; } - img.defaultmascot { - width: 70px; - padding-left: 1rem; - } - @media screen and (min-height: 640px) { display: block; }