1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 23:20:11 -07:00

Merge pull request #559 from schlagmichdoch/fix_image_overflow

[bug] fix image overflow
This commit is contained in:
Robin Linus 2024-07-19 16:32:33 +02:00 committed by GitHub
commit 6420891069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -714,6 +714,7 @@ x-dialog x-paper {
} }
/* Image Preview */ /* Image Preview */
#img-preview{ #img-preview{
max-width: 100%;
max-height: 50vh; max-height: 50vh;
margin: auto; margin: auto;
display: block; display: block;