Skip to content

Commit cd54871

Browse files
committed
Increase width of dialogs in mobile version
1 parent 02d12d5 commit cd54871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wcfsetup/install/files/style/ui/dialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ html[data-color-scheme="dark"] .dialog::backdrop {
454454
@include screen-xs {
455455
.dialog {
456456
--dialog-max-height: calc(100vh - 20px);
457-
--dialog-max-width: calc(100vw - 20px);
457+
--dialog-max-width: calc(100vw - 10px);
458458
min-width: 0;
459459
}
460460

0 commit comments

Comments
 (0)