mirror of
https://git.asonix.dog/ceralor/mastodon.git
synced 2025-10-12 21:34:27 +00:00
Use 1 column layout for form ul
on narrow widths (#32112)
This commit is contained in:
parent
89c39e7826
commit
106b22bd2d
1 changed files with 4 additions and 0 deletions
|
@ -312,6 +312,10 @@ code {
|
|||
|
||||
ul {
|
||||
columns: 2;
|
||||
|
||||
@media screen and (max-width: $mobile-breakpoint) {
|
||||
columns: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue