From 4759142f0ec25791e37e8cc0434706f7343e7a3f Mon Sep 17 00:00:00 2001 From: diondiondion Date: Thu, 19 Mar 2026 11:58:59 +0100 Subject: [PATCH] [Glitch] Sign-up server rules: Show different icon on toggle button when description is expanded Port 43d66959aaef15b2ef26e9fa41e644cbddf89f2a to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/mastodon/about.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/mastodon/about.scss b/app/javascript/flavours/glitch/styles/mastodon/about.scss index cb4885a7e8..3f8145ea6d 100644 --- a/app/javascript/flavours/glitch/styles/mastodon/about.scss +++ b/app/javascript/flavours/glitch/styles/mastodon/about.scss @@ -85,6 +85,11 @@ $fluid-breakpoint: $maximum-width + 20px; display: none; } + &[aria-expanded='true'] .icon-expand, + &[aria-expanded='false'] .icon-collapse { + display: none; + } + .icon { width: 1lh; height: 1lh;