From b7a407305754ebe4007cbee03f8d3b18e7688bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 25 Jan 2024 23:41:49 +0100 Subject: [PATCH] Fixed: trending hashtags block shown in mobile bottom toolbar --- TangerineUI-cherry.css | 5 +++++ TangerineUI-purple.css | 5 +++++ TangerineUI.css | 5 +++++ 3 files changed, 15 insertions(+) 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