tweak sizing/margins of modal images
This commit is contained in:
@ -84,5 +84,6 @@ body:has(dialog[open]) {
|
|||||||
max-height: calc(90vh - 2rem);
|
max-height: calc(90vh - 2rem);
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0 1rem;
|
max-width: 90%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user