From daf73a75ebb51c7be8ddb07c7a0e2b1264a787b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Sat, 13 Apr 2024 01:19:06 +0200 Subject: [PATCH] Fixed: text size too small in hashtag bar --- TangerineUI-cherry.css | 2 -- TangerineUI-purple.css | 2 -- TangerineUI.css | 2 -- 3 files changed, 6 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 76d24c1..e5fc723 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2668,14 +2668,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .hashtag-bar a, .app-body .hashtag-bar .link-button { color: var(--color-accent); - font-size: 90%; transition: all .1s; } .app-body .hashtag-bar a { font-weight: 500; } .app-body .hashtag-bar .link-button { - font-size: 80%; margin-left: 3px; } .app-body .hashtag-bar a { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 10f442d..08da72b 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2668,14 +2668,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .hashtag-bar a, .app-body .hashtag-bar .link-button { color: var(--color-accent); - font-size: 90%; transition: all .1s; } .app-body .hashtag-bar a { font-weight: 500; } .app-body .hashtag-bar .link-button { - font-size: 80%; margin-left: 3px; } .app-body .hashtag-bar a { diff --git a/TangerineUI.css b/TangerineUI.css index b7a98fc..733e634 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2668,14 +2668,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .hashtag-bar a, .app-body .hashtag-bar .link-button { color: var(--color-accent); - font-size: 90%; transition: all .1s; } .app-body .hashtag-bar a { font-weight: 500; } .app-body .hashtag-bar .link-button { - font-size: 80%; margin-left: 3px; } .app-body .hashtag-bar a {