Merge branch 'fix_image_overflow' into add_device_pairing_render_node

This commit is contained in:
schlagmichdoch 2023-01-06 18:36:05 +01:00
commit a649a6990e

View file

@ -720,6 +720,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;