From 068ebd60f2d4467e4bdc3ff7f2954533dcd50d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 27 Feb 2024 21:50:04 +0100 Subject: [PATCH] Featured/Trending hashtag header alignment --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 5e104d9..5b30961 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4014,7 +4014,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 0; } .app-body .getting-started__trends h4 > :is(a, span) { - padding: 15px 20px 6px 49px; + padding: 15px 20px 6px 51px; margin-left: 3px; font-weight: 500; color: var(--color-fg-muted); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 03c09a8..2a15f2c 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4014,7 +4014,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 0; } .app-body .getting-started__trends h4 > :is(a, span) { - padding: 15px 20px 6px 49px; + padding: 15px 20px 6px 51px; margin-left: 3px; font-weight: 500; color: var(--color-fg-muted); diff --git a/TangerineUI.css b/TangerineUI.css index b630d1f..00e7662 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4014,7 +4014,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 0; } .app-body .getting-started__trends h4 > :is(a, span) { - padding: 15px 20px 6px 49px; + padding: 15px 20px 6px 51px; margin-left: 3px; font-weight: 500; color: var(--color-fg-muted);