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:
parent
4ff40d6da5
commit
b7a4073057
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user