From 15a338e8b125e2936075b8f7e71a658c43b329ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sat, 2 Mar 2024 11:36:47 +0100 Subject: [PATCH] Prevent trending hashtag icon collapse when the hashtag overflows. --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index d577d37..ba9306f 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4122,6 +4122,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-position: center; background-size: contain; background-repeat: no-repeat; + min-width: 20px; width: 20px; height: 20px; transform: scale(1.45); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index b84be8e..47bfc84 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4122,6 +4122,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-position: center; background-size: contain; background-repeat: no-repeat; + min-width: 20px; width: 20px; height: 20px; transform: scale(1.45); diff --git a/TangerineUI.css b/TangerineUI.css index b49b4b8..324afba 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4122,6 +4122,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-position: center; background-size: contain; background-repeat: no-repeat; + min-width: 20px; width: 20px; height: 20px; transform: scale(1.45);