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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}