Browse Source

Use 1 column layout for form `ul` on narrow widths (#32112)

dariusk-working/4_3_0
Matt Jankowski 1 year ago committed by GitHub
parent
commit
106b22bd2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      app/javascript/styles/mastodon/forms.scss

4
app/javascript/styles/mastodon/forms.scss

@ -312,6 +312,10 @@ code {
ul {
columns: 2;
@media screen and (max-width: $mobile-breakpoint) {
columns: 1;
}
}
}

Loading…
Cancel
Save