mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-12 04:31:11 +00:00
Don't use multiple columns in app scope settings if width isn't enough
This commit is contained in:
parent
91040da871
commit
c734a2b4d9
|
@ -279,6 +279,12 @@ code {
|
|||
}
|
||||
}
|
||||
|
||||
.input.with_block_label.doorkeeper_application_scopes ul {
|
||||
@media screen and (width <= 1000px) {
|
||||
column-count: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.input.with_block_label.user_role_permissions_as_keys ul {
|
||||
columns: unset;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user