From 7e4bccc4dbe532b3592c6a37033fc7c44d666b0c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jan 2020 10:35:53 +0000 Subject: [PATCH] Use bottom padding on images --- epicyon-profile.css | 2 +- webinterface.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 82790f4fa..da2466160 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -330,7 +330,7 @@ a:link { max-width: 120%; margin-left: 5%; width: 120%; - border-radius: 5%; + padding-bottom: 3%; } .container img.right { float: right; diff --git a/webinterface.py b/webinterface.py index ac632d44c..f9176c1e5 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2621,8 +2621,6 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ # add an extra line if there is a content warning, for better vertical spacing on mobile if postJsonObject['object']['sensitive']: footerStr='
'+footerStr - if attachmentStr: - footerStr='



'+footerStr if not postJsonObject['object'].get('summary'): postJsonObject['object']['summary']=''