We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
box-sizing
1 parent 2ffd3c2 commit cebaac7Copy full SHA for cebaac7
wcfsetup/install/files/style/ui/dialog.scss
@@ -332,8 +332,8 @@ html[data-color-scheme="dark"] .dialog::backdrop {
332
color: var(--wcfContentText);
333
display: flex;
334
flex-direction: column;
335
- max-height: calc(var(--dialog-max-height) - (2 * var(--dialog-padding)));
336
- max-width: calc(var(--dialog-max-width) - (2 * var(--dialog-padding)));
+ max-height: var(--dialog-max-height);
+ max-width: var(--dialog-max-width);
337
min-height: 0;
338
min-width: 500px;
339
overflow: hidden;
0 commit comments