diff --git a/epicyon-profile.css b/epicyon-profile.css index d9b542fc7..82790f4fa 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 1da13ecee..2d401da34 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'):