From 8b5c32137ce80765aac3c594b54b40fb11cb4a8c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jan 2020 10:05:33 +0000 Subject: [PATCH] Extra line after attachments --- epicyon-profile.css | 4 ++-- webinterface.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index d9b542fc..82790f4f 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -327,9 +327,9 @@ a:link { } .container img.attachment { - max-width: 100%; + max-width: 120%; margin-left: 5%; - width: 90%; + width: 120%; border-radius: 5%; } .container img.right { diff --git a/webinterface.py b/webinterface.py index 1da13ece..2d401da3 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2588,7 +2588,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ attachmentStr+=translate['Your browser does not support the audio tag.'] attachmentStr+='' attachmentCtr+=1 - attachmentStr+='' + attachmentStr+='
' publishedStr='' if postJsonObject['object'].get('published'):