mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-15 23:20:11 -07:00
Merge pull request #340 from Bellisario/patch-3
Resolve image too big bug modifying style
This commit is contained in:
commit
84e0bc9a7f
@ -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…
x
Reference in New Issue
Block a user