Skip to content

Commit

Permalink
Use 1 column layout for form ul on narrow widths (mastodon#32112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored Sep 26, 2024
1 parent 89c39e7 commit 106b22b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ code {

ul {
columns: 2;

@media screen and (max-width: $mobile-breakpoint) {
columns: 1;
}
}
}

Expand Down

0 comments on commit 106b22b

Please sign in to comment.