diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 72c04d1..9a136ee 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3591,7 +3591,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: 8px; + padding: 0; border-radius: 8px; display: flex; flex-flow: column; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 186cae3..6d07c59 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3591,7 +3591,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: 8px; + padding: 0; border-radius: 8px; display: flex; flex-flow: column; diff --git a/TangerineUI.css b/TangerineUI.css index cb5332e..2913156 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3591,7 +3591,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: 8px; + padding: 0; border-radius: 8px; display: flex; flex-flow: column;