From 8e498ff46a0e65bf0687336c90c65995671edda9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 6 Nov 2020 15:00:26 +0000 Subject: [PATCH] Separate div for header icons --- epicyon-profile.css | 4 ++++ webinterface.py | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index ce4d75b87..16aa12946 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -479,6 +479,10 @@ a:focus { margin: 0px var(--containericons-horizontal-offset); } +.headericons { + display: inline-block; +} + .replyingto { color: var(--main-fg-color); } diff --git a/webinterface.py b/webinterface.py index 435efeb38..ae1cd152b 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6604,9 +6604,11 @@ def headerButtonsTimeline(defaultTimeline: str, if not newsHeader: if not iconsAsButtons: + # start of headericons div + tlStr += '
' # the search button tlStr += \ - ' | ' + \
@@ -7026,6 +7028,11 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
                     '<a href=' + \ '' + + # end of headericons div + if newPostButtonStr and not iconsAsButtons and not newsHeader: + tlStr += '
' + # This creates a link to the profile page when viewed # in lynx, but should be invisible in a graphical web browser tlStr += \