From aaa1e80389640a64447fe62265c16bfce3cf4826 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Sun, 2 Jun 2024 16:42:59 -0700 Subject: [PATCH] fix status button background color --- .../styles/neuromatchstodon/bigger_collapsed_statuses.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/neuromatchstodon/bigger_collapsed_statuses.scss b/app/javascript/flavours/glitch/styles/neuromatchstodon/bigger_collapsed_statuses.scss index 1e21b39f1af9b1..a6a04a47d822c1 100644 --- a/app/javascript/flavours/glitch/styles/neuromatchstodon/bigger_collapsed_statuses.scss +++ b/app/javascript/flavours/glitch/styles/neuromatchstodon/bigger_collapsed_statuses.scss @@ -20,3 +20,9 @@ } } } + +// Fix background color after upstream moved how the +// normal button is placed in the DOM +.status.collapsed .status__content__spoiler-link { + background: $action-button-color; +}