Resolve image too big bug modifying style

This commit is contained in:
Bellisario
2021-08-05 21:18:15 +02:00
committed by GitHub
parent 5389464605
commit 7f49ec6a85

View File

@@ -718,9 +718,9 @@ x-dialog x-paper {
}
/* Image Preview */
#img-preview{
max-width:100%;
max-height:100%;
max-height: 50vh;
margin: auto;
display: block;
}