Stop the dialogs being squashed (#1587)

This commit is contained in:
Tim Wilkinson 2024-09-29 23:15:37 -07:00 committed by GitHub
parent 9d091e04a0
commit 72e299a8ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -26,12 +26,14 @@
display: flex;
flex-direction: column;
width: 520px;
min-width: 520px;
flex: 1;
color: var(--ctrl-modal-fg-color);
}
#ctrl-modal .dialog.wide
{
width: 720px;
min-width: 720px;
}
#ctrl-modal .dialog > div:first-child
{