fix: dialog max width on desktop
Add max width for dialogs for better look on desktop
This commit is contained in:
parent
d7b624df4d
commit
eec6175e13
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ dialog {
|
||||||
font-size: var(--font-size-default);
|
font-size: var(--font-size-default);
|
||||||
color: var(--color-darkest);
|
color: var(--color-darkest);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
max-width: calc(var(--page-max-width) - var(--padding-xxl) * 2);
|
||||||
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
scale: 0;
|
scale: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue