From 7e3d2d3b4f607a335c86dabcefc9a078d37d9298 Mon Sep 17 00:00:00 2001 From: Trevor Wolf Date: Tue, 11 Jul 2023 20:26:09 +1000 Subject: [PATCH] [Glitch] fix buttons showing inconsistent styles Port 29c29410d2b5386dddcb12bdb413c7b3d078dbc5 to glitch-soc Signed-off-by: Claire --- .../features/account/components/header.jsx | 8 +-- .../directory/components/account_card.jsx | 10 ++-- .../glitch/styles/components/status.scss | 4 -- .../glitch/styles/mastodon-light/diff.scss | 8 --- .../flavours/glitch/styles/statuses.scss | 60 ------------------- 5 files changed, 9 insertions(+), 81 deletions(-) diff --git a/app/javascript/flavours/glitch/features/account/components/header.jsx b/app/javascript/flavours/glitch/features/account/components/header.jsx index 0c440dc8a3..05a4e3844d 100644 --- a/app/javascript/flavours/glitch/features/account/components/header.jsx +++ b/app/javascript/flavours/glitch/features/account/components/header.jsx @@ -196,14 +196,14 @@ class Header extends ImmutablePureComponent { if (signedIn && !account.get('relationship')) { // Wait until the relationship is loaded actionBtn = ''; } else if (account.getIn(['relationship', 'requested'])) { - actionBtn =