Better layout for user settings on small screens

This commit is contained in:
Cohee
2023-09-03 02:00:51 +03:00
parent aebf173720
commit 1e24d97fd8
2 changed files with 8 additions and 5 deletions

View File

@@ -271,7 +271,11 @@
}
@media screen and (min-width: 1001px) {
#PygOverrides, #ContextFormatting {
#PygOverrides,
#ContextFormatting,
#UI-Theme-Block,
#UI-Customization,
#power-user-options-block {
flex: 1;
}
}