mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-19 16:07:08 +00:00
Use 1 column layout for form ul
on narrow widths (#32112)
This commit is contained in:
parent
89c39e7826
commit
106b22bd2d
|
@ -312,6 +312,10 @@ code {
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
|
|
||||||
|
@media screen and (max-width: $mobile-breakpoint) {
|
||||||
|
columns: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue