Skip to content

Commit

Permalink
Merge pull request SnapDrop#340 from Bellisario/patch-3
Browse files Browse the repository at this point in the history
Resolve image too big bug modifying style
  • Loading branch information
RobinLinus authored Nov 1, 2021
2 parents 78a8b16 + 7f49ec6 commit 84e0bc9
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 84e0bc9

Please sign in to comment.