From 16a2cc6ba9aaecd7ac2ff6d78325ff6b9f9b63fd Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Thu, 20 Jul 2023 09:02:16 +0200 Subject: [PATCH] Attachments, big images are now fully displayed --- client/components/cards/attachments.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/cards/attachments.css b/client/components/cards/attachments.css index cf59d37f3..95820e06e 100644 --- a/client/components/cards/attachments.css +++ b/client/components/cards/attachments.css @@ -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;