Merge pull request #340 from Bellisario/patch-3

Resolve image too big bug modifying style
This commit is contained in:
RobinLinus 2021-11-01 18:21:02 +01:00 committed by GitHub
commit 84e0bc9a7f
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 */ /* Image Preview */
#img-preview{ #img-preview{
max-width:100%; max-height: 50vh;
max-height:100%; margin: auto;
display: block;
} }