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']=''