diff --git a/epicyon-profile.css b/epicyon-profile.css
index 1938356e..4802c038 100644
--- a/epicyon-profile.css
+++ b/epicyon-profile.css
@@ -473,6 +473,13 @@ a:link {
padding: 0 0;
margin: 0 0;
}
+.container img.timelineicon {
+ float: right;
+ margin-left: 0px;
+ margin-right:0;
+ padding: 0 0;
+ margin: 0 0;
+}
.containericons img.right {
float: right;
margin-left: 20px;
@@ -817,6 +824,13 @@ div.imagedesc {
margin-right: 20px;
border-radius: 10%;
}
+ .container img.timelineicon {
+ float: right;
+ margin-left: 0px;
+ margin-right:0;
+ padding: 0 0;
+ margin: 0 0;
+ }
.containericons img {
float: right;
max-width: 200px;
@@ -1044,6 +1058,13 @@ div.imagedesc {
margin-right: 20px;
border-radius: 10%;
}
+ .container img.timelineicon {
+ float: right;
+ margin-left: 0px;
+ margin-right:0;
+ padding: 0 0;
+ margin: 0 0;
+ }
.container img.emojisearch {
float: right;
max-width: 400px;
diff --git a/webinterface.py b/webinterface.py
index fec12d41..35a8cd2d 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -2071,7 +2071,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
for line in f:
if len(line)>0:
# show follow approvals icon
- followApprovals=''
+ followApprovals=''
break
moderationButtonStr=''
@@ -2085,11 +2085,11 @@ def htmlTimeline(translate: {},pageNumber: int, \
if boxName!='dm':
if not manuallyApproveFollowers:
- newPostButtonStr=''
+ newPostButtonStr=''
else:
- newPostButtonStr=''
+ newPostButtonStr=''
else:
- newPostButtonStr=''
+ newPostButtonStr=''
# banner and row of buttons
tlStr+= \
@@ -2103,8 +2103,8 @@ def htmlTimeline(translate: {},pageNumber: int, \
' ' \
' '+ \
moderationButtonStr+newPostButtonStr+ \
- ' '+ \
- ' '+ \
+ ' '+ \
+ ' '+ \
followApprovals+ \
''