tweak sizing/margins of modal images

This commit is contained in:
2026-05-14 08:56:32 -07:00
parent 814d4efe8b
commit 5dfaac6820

View File

@ -84,5 +84,6 @@ body:has(dialog[open]) {
max-height: calc(90vh - 2rem);
object-fit: contain;
width: auto;
margin: 0 1rem;
max-width: 90%;
margin: 0 auto;
}