divide sizing from dialog

This commit is contained in:
Wirlaburla 2023-06-21 02:23:45 -05:00
parent 310ab9312b
commit b2b983f236

View File

@ -103,11 +103,11 @@ body > div.overlay {
body > div.overlay .dialog {
background: linear-gradient(180deg, #ffffff 0%, #f3dca9 8px);
border: 1px outset #a48e65;
max-height: 80%;
max-width: 400px;
margin: 16px auto;
}
body > div.overlay .dialog.tiplist { max-width: 400px; max-height: 80%; }
body > div.overlay .dialog table {
width: 100%;
max-width: unset;