mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-29 11:03:08 -05:00
[Glitch] Fix trends layout
Port 6e0ab6814f4d3906c035e10a9cedbc41ae5967e9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
76c7226eb0
commit
8d55cb7d71
@ -977,13 +977,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@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…
x
Reference in New Issue
Block a user