diff --git a/epicyon-profile.css b/epicyon-profile.css
index 695afb603..6573ccd38 100644
--- a/epicyon-profile.css
+++ b/epicyon-profile.css
@@ -394,6 +394,11 @@ details {
float: right;
}
+.headernewswireicons {
+ display: flex;
+ float: right;
+}
+
blockquote {
border-left: 10px;
margin: 1.5em 10px;
diff --git a/webapp_column_right.py b/webapp_column_right.py
index 724ba3f95..595889123 100644
--- a/webapp_column_right.py
+++ b/webapp_column_right.py
@@ -130,6 +130,9 @@ def get_right_column_content(base_dir: str, nickname: str, domain_full: str,
if not show_publish_as_icon:
html_str += publish_button_str
+ # start of newswire column icons
+ html_str += '
\n'
+
if edit_image_class == 'rightColEdit':
html_str += ' \n'
else:
diff --git a/webapp_headerbuttons.py b/webapp_headerbuttons.py
index e5cadc394..55ba45634 100644
--- a/webapp_headerbuttons.py
+++ b/webapp_headerbuttons.py
@@ -325,10 +325,9 @@ def header_buttons_timeline(default_timeline: str,
'' + translate['Newswire'] + \
''
- # 4. the calendar button
if not is_text_browser:
if not features_header:
- # the show/hide button, for a simpler header appearance
+ # 4. the show/hide button, for a simpler header appearance
if not icons_as_buttons:
tl_str += \
' ' + \
'' + translate['User'] + ''
- # 5. search button
+ # 7. search button
if not is_text_browser:
if not features_header:
if not icons_as_buttons:
@@ -426,7 +425,7 @@ def header_buttons_timeline(default_timeline: str,
'' + translate['Search'] + \
''
- # 6. new post
+ # 8. new post
if not is_text_browser:
if not features_header:
tl_str += new_post_button_str