change modal size

This commit is contained in:
2026-08-20 17:11:48 -07:00
parent 1863efa802
commit 0ec803b447
+1 -1
View File
@@ -81,7 +81,7 @@ body:has(dialog[open]) {
}
.modal-img {
max-height: calc(90vh - 2rem);
max-height: calc(100vh - 2rem);
object-fit: contain;
width: auto;
max-width: 90%;