mirror of https://gitlab.com/bashrc2/epicyon
Use bottom padding on images
parent
297895365b
commit
7e4bccc4db
|
@ -330,7 +330,7 @@ a:link {
|
||||||
max-width: 120%;
|
max-width: 120%;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
width: 120%;
|
width: 120%;
|
||||||
border-radius: 5%;
|
padding-bottom: 3%;
|
||||||
}
|
}
|
||||||
.container img.right {
|
.container img.right {
|
||||||
float: 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
|
# add an extra line if there is a content warning, for better vertical spacing on mobile
|
||||||
if postJsonObject['object']['sensitive']:
|
if postJsonObject['object']['sensitive']:
|
||||||
footerStr='<br>'+footerStr
|
footerStr='<br>'+footerStr
|
||||||
if attachmentStr:
|
|
||||||
footerStr='<br><br><br><br>'+footerStr
|
|
||||||
|
|
||||||
if not postJsonObject['object'].get('summary'):
|
if not postJsonObject['object'].get('summary'):
|
||||||
postJsonObject['object']['summary']=''
|
postJsonObject['object']['summary']=''
|
||||||
|
|
Loading…
Reference in New Issue