Merge pull request #340 from Bellisario/patch-3
Resolve image too big bug modifying style
This commit is contained in:
commit
84e0bc9a7f
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue