1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 14:28:14 +09:00

Fixed: trending hashtags block shown in mobile bottom toolbar

This commit is contained in:
Niléane 2024-01-25 23:41:49 +01:00
parent 4ff40d6da5
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