From 24147aedeff1f524f75454ca2371210ac4b6d5ae Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sat, 24 Dec 2022 09:50:27 +0100 Subject: [PATCH] Tweak CSS for small attachments --- app/scss/main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/scss/main.scss b/app/scss/main.scss index b124bf7..eebc1f0 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -432,7 +432,6 @@ a.label-btn { .activity-attachment { margin: 30px 0 20px 0; img, audio, video { - width: 100%; max-width: 740px; } }