Merge pull request #5095 from mfilser/attachments-display_images_full_width

Attachments, big images are now fully displayed
This commit is contained in:
Lauri Ojansivu 2023-08-21 00:34:57 +03:00 committed by GitHub
commit 925099a1ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,7 @@
repeating-conic-gradient(#808080 0% 25%, transparent 0% 50%)
50% / 20px 20px; /* Checkerboard background for transparent images */
max-width: 100%;
max-height: 100%;
}
#pdf-viewer {
width: 40vw;