mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-19 17:13:48 -05:00
[Glitch] Use 1 column layout for form ul
on narrow widths
Port 106b22bd2dc2fca8561d36f849c80dd4a918ca2e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
77d2f7eef6
commit
3fa34bd73a
@ -313,6 +313,10 @@ code {
|
|||||||
|
|
||||||
ul {
|
ul {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
|
|
||||||
|
@media screen and (max-width: $mobile-breakpoint) {
|
||||||
|
columns: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user