From a33c918936552de99924c9e327a79fb803e835a8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 11 Oct 2020 23:31:04 +0100 Subject: [PATCH] Links icon display --- epicyon-profile.css | 6 ++++++ webinterface.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index c8a49b2d6..ae9d37ed5 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -998,6 +998,9 @@ aside .toggle-inside li { font-size: var(--font-size); line-height: var(--line-spacing); } + .imageAnchorMobile img{ + display: none; + } .timeline-banner { background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("banner.png"); height: 15%; @@ -1544,6 +1547,9 @@ aside .toggle-inside li { font-size: var(--font-size); line-height: var(--line-spacing); } + .imageAnchorMobile img{ + display: inline; + } .timeline-banner { background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("banner.png"); height: 6%; diff --git a/webinterface.py b/webinterface.py index a9dd78289..45a572c5f 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6144,7 +6144,7 @@ def htmlTimeline(defaultTimeline: str, # the links button to show left column links tlStr += \ - '