From ce936d80a666da2c1517bc5e44f56934fd4f9645 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Jan 2023 15:33:26 +0000 Subject: [PATCH] Max attached image width --- epicyon-profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 3c9438512..dbcbbd93d 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -773,7 +773,7 @@ a:focus { .container img.attachment { width: auto; - max-width: 140%; + max-width: 125%; max-height: 80vh; margin-left: -2%; margin-right: 2%;