From 2848d5a4174b88478e0d8eaf31af1d274d56416a Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 30 Mar 2018 17:30:30 -0700 Subject: [PATCH] hide avatar for pinned toots --- routes/_components/status/StatusHeader.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/routes/_components/status/StatusHeader.html b/routes/_components/status/StatusHeader.html index 0069ec26..cc66d988 100644 --- a/routes/_components/status/StatusHeader.html +++ b/routes/_components/status/StatusHeader.html @@ -1,5 +1,7 @@
- +
+ +
@@ -33,7 +35,7 @@ align-items: center; } - :global(.status-header-avatar) { + .status-header-avatar { margin-left: 19px; /* offset for avatar, 48px - 24px - 5px */ }