diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 4993277..528216b 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3664,6 +3664,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .getting-started__trends h4 { display: none; } +@media screen and (max-width:1174px) { + .app-body .getting-started__trends { + display: none; + } +} /* 👤 Account view diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index c93f5ff..5460962 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3664,6 +3664,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .getting-started__trends h4 { display: none; } +@media screen and (max-width:1174px) { + .app-body .getting-started__trends { + display: none; + } +} /* 👤 Account view diff --git a/TangerineUI.css b/TangerineUI.css index 3e4cf0f..a49c0e5 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3664,6 +3664,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .getting-started__trends h4 { display: none; } +@media screen and (max-width:1174px) { + .app-body .getting-started__trends { + display: none; + } +} /* 👤 Account view