mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Fix trends layout (#16570)
This commit is contained in:
parent
48d817f2bf
commit
6e0ab6814f
@ -3022,13 +3022,13 @@ a.account__display-name {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-height: 810px) {
|
@media screen and (max-height: 810px) {
|
||||||
.trends__item:nth-child(3) {
|
.trends__item:nth-of-type(3) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-height: 720px) {
|
@media screen and (max-height: 720px) {
|
||||||
.trends__item:nth-child(2) {
|
.trends__item:nth-of-type(2) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user