mirror of https://github.com/Siphonay/mastodon
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 New Issue