mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 23:36: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 */
|
/* Image Preview */
|
||||||
#img-preview{
|
#img-preview{
|
||||||
max-width:100%;
|
max-height: 50vh;
|
||||||
max-height:100%;
|
margin: auto;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue