forked from indymedia/epicyon
Use bottom padding on images
parent
297895365b
commit
7e4bccc4db
|
@ -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;
|
||||
|
|
|
@ -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']=''
|
||||
|
|
Loading…
Reference in New Issue