Fixed: trending hashtags block shown in mobile bottom toolbar
This commit is contained in:
parent
4ff40d6da5
commit
b7a4073057
3 changed files with 15 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue