From 39ebb159c680ff7af2e5f5872c7bfcd8b9d089a3 Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 15 Nov 2022 05:56:03 +0000 Subject: [PATCH] Gearheads: fix mis-aligned avatar This will likely be (hopefully) fixed in the upstream at some point, so we'll need to revert this eventually. --- app/javascript/styles/mastodon/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 119bbe8e6..f7c2ac2ab 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -7011,7 +7011,7 @@ noscript { display: block; flex: 0 0 auto; width: 94px; - margin-left: -2px; + /*margin-left: -2px;*/ .account__avatar { background: darken($ui-base-color, 8%);