From fa51a0e7ea270cd1ec12dc2f73d024b70ceb51cf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 May 2023 11:17:45 +0100 Subject: [PATCH] Image attachment style on mobile --- epicyon-profile.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 20b89c1a7..4775d105a 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -2008,6 +2008,12 @@ h3 { font-size: var(--font-size-mobile); color: var(--title-color); } + .container img.attachment { + width: 125%; + margin-left: -2%; + margin-right: 2%; + padding-bottom: 3%; + } .container img.postScopeIcon { float: none; width: 50px; @@ -2827,6 +2833,12 @@ h3 { font-size: var(--font-size-tiny); color: var(--title-color); } + .container img.attachment { + width: 125%; + margin-left: -2%; + margin-right: 2%; + padding-bottom: 3%; + } .container img.postScopeIcon { float: none; width: 50px;