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;