diff --git a/epicyon-profile.css b/epicyon-profile.css index 55e6fe3cd..4835f8c07 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1077,7 +1077,7 @@ div.container { color: var(--column-right-fg-color-voted-on); float: right; } - .imageAnchorMobile img.timelineicon { + .imageAnchorMobile img { display: none; } .timeline-banner { @@ -1751,14 +1751,8 @@ div.container { color: var(--column-right-fg-color-voted-on); float: right; } - .imageAnchorMobile img.timelineicon { + .imageAnchorMobile img { display: inline; - float: var(--icons-side); - margin-left: 0px; - margin-right:0; - padding: 0 0; - margin: 0 0; - width: 50px; } .timeline-banner { width: 98vw; diff --git a/webinterface.py b/webinterface.py index e9481464d..92b1a1c3f 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6065,14 +6065,14 @@ def headerButtonsFrontScreen(translate: {}, '\n' else: headerStr += \ - ' ' + \ '| ' + translate['Newswire'] + \
                 '\n' headerStr += \ - ' ' + \ '\n' if headerStr: headerStr = \ - '
\n' + \ - headerStr + '
\n' + '\n
\n' + \ + headerStr + \ + '
\n' return headerStr