correct margining for overlay

This commit is contained in:
Wirlaburla 2023-06-20 18:48:21 -05:00
parent e4e7819a97
commit 5062a1c1fa

View File

@ -105,7 +105,7 @@ body > div.overlay .dialog {
border: 1px outset #a48e65;
max-height: 80%;
max-width: 400px;
margin: auto;
margin: 16px auto;
}
body > div.overlay .dialog table {