Fixed: trending hashtags block shown in mobile bottom toolbar

This commit is contained in:
Niléane 2024-01-25 23:41:49 +01:00
commit b7a4073057
No known key found for this signature in database
3 changed files with 15 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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