From cef7d9b42995285d448a890e7944827330d3593f Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 23 Jan 2023 12:53:28 +0100 Subject: [PATCH] Prevent shrinking of attachments Signed-off-by: Louis Chemineau --- src/components/PostAttachment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PostAttachment.vue b/src/components/PostAttachment.vue index 4c8ab6f0..0e1f06d0 100644 --- a/src/components/PostAttachment.vue +++ b/src/components/PostAttachment.vue @@ -119,6 +119,7 @@ export default { object-fit: cover; border-radius: var(--border-radius-large); overflow: hidden; + flex-shrink: 0; > * { cursor: pointer;