mirror of https://github.com/tootsuite/mastodon
Use 1 column layout for form `ul` on narrow widths (#32112)
parent
89c39e7826
commit
106b22bd2d
|
@ -312,6 +312,10 @@ code {
|
|||
|
||||
ul {
|
||||
columns: 2;
|
||||
|
||||
@media screen and (max-width: $mobile-breakpoint) {
|
||||
columns: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue