From 19765216a1449c38ae11a8fdcb72266321011519 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 28 Oct 2022 08:47:10 +0200 Subject: [PATCH] Fix status prepend design (#1874) * Fix status prepend design * Adjust status prepend styling a bit --- .../flavours/glitch/components/status.js | 16 ++++++++-------- .../glitch/styles/components/status.scss | 6 ++---- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/app/javascript/flavours/glitch/components/status.js b/app/javascript/flavours/glitch/components/status.js index 6cdc4b971..4e427e5a0 100644 --- a/app/javascript/flavours/glitch/components/status.js +++ b/app/javascript/flavours/glitch/components/status.js @@ -749,16 +749,16 @@ class Status extends ImmutablePureComponent { data-featured={featured ? 'true' : null} aria-label={textForScreenReader(intl, status, rebloggedByText, !status.get('hidden'))} > + {prepend && account && ( + + )}
- {prepend && account ? ( - - ) : null} {!muted || !isCollapsed ? (