mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 07:46:17 -04:00
Resolve image too big bug modifying style
This commit is contained in:
parent
5389464605
commit
7f49ec6a85
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…
Add table
Add a link
Reference in a new issue