mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-04 09:25:04 +01: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 New Issue
Block a user