Use bottom padding on images

main
Bob Mottram 2020-01-03 10:35:53 +00:00
parent 297895365b
commit 7e4bccc4db
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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='<br>'+footerStr
if attachmentStr:
footerStr='<br><br><br><br>'+footerStr
if not postJsonObject['object'].get('summary'):
postJsonObject['object']['summary']=''