Skip to content

Commit

Permalink
Resolve image too big bug modifying style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellisario authored Aug 5, 2021
1 parent 5389464 commit 7f49ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}


Expand Down

0 comments on commit 7f49ec6

Please sign in to comment.