From 24f32dec9d8afbfe3a9d7d42700e8ed599e3d74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 27 Feb 2024 16:23:09 +0100 Subject: [PATCH] Added padding to trending hashtags --- 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 10a5031..1889af0 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3780,7 +3780,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } /* "Trending Now" block at the bottom of the navigation panel */ .app-body .getting-started__trends { - padding: 0; + padding: 0 0 0 10px; border-radius: 8px; display: flex; flex-flow: column; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 33e10f8..2a985cc 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3780,7 +3780,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } /* "Trending Now" block at the bottom of the navigation panel */ .app-body .getting-started__trends { - padding: 0; + padding: 0 0 0 10px; border-radius: 8px; display: flex; flex-flow: column; diff --git a/TangerineUI.css b/TangerineUI.css index d5bd5ea..374f84c 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3780,7 +3780,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } /* "Trending Now" block at the bottom of the navigation panel */ .app-body .getting-started__trends { - padding: 0; + padding: 0 0 0 10px; border-radius: 8px; display: flex; flex-flow: column;