diff --git a/epicyon-profile.css b/epicyon-profile.css index c8a49b2d6..dbc37bd8b 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); } + .timelineIconMobile { + 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); } + .timelineIconMobile { + width: 10%; + } .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/img/icons/hacker/links.png b/img/icons/hacker/links.png new file mode 100644 index 000000000..58aed86cf Binary files /dev/null and b/img/icons/hacker/links.png differ diff --git a/img/icons/henge/links.png b/img/icons/henge/links.png new file mode 100644 index 000000000..51e554580 Binary files /dev/null and b/img/icons/henge/links.png differ diff --git a/img/icons/indymedia/links.png b/img/icons/indymedia/links.png new file mode 100644 index 000000000..0f7f4ad8e Binary files /dev/null and b/img/icons/indymedia/links.png differ diff --git a/img/icons/lcd/links.png b/img/icons/lcd/links.png new file mode 100644 index 000000000..b8cb07c50 Binary files /dev/null and b/img/icons/lcd/links.png differ diff --git a/img/icons/light/links.png b/img/icons/light/links.png new file mode 100644 index 000000000..3cba6f441 Binary files /dev/null and b/img/icons/light/links.png differ diff --git a/img/icons/links.png b/img/icons/links.png new file mode 100644 index 000000000..3cba6f441 Binary files /dev/null and b/img/icons/links.png differ diff --git a/img/icons/night/links.png b/img/icons/night/links.png new file mode 100644 index 000000000..3cba6f441 Binary files /dev/null and b/img/icons/night/links.png differ diff --git a/img/icons/purple/links.png b/img/icons/purple/links.png new file mode 100644 index 000000000..9429cefa9 Binary files /dev/null and b/img/icons/purple/links.png differ diff --git a/img/icons/solidaric/links.png b/img/icons/solidaric/links.png new file mode 100644 index 000000000..7e5d3b147 Binary files /dev/null and b/img/icons/solidaric/links.png differ diff --git a/img/icons/starlight/links.png b/img/icons/starlight/links.png new file mode 100644 index 000000000..99b3e94bb Binary files /dev/null and b/img/icons/starlight/links.png differ diff --git a/img/icons/zen/links.png b/img/icons/zen/links.png new file mode 100644 index 000000000..7e5d3b147 Binary files /dev/null and b/img/icons/zen/links.png differ diff --git a/webinterface.py b/webinterface.py index 691c6c43d..2d85e8cf7 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6141,6 +6141,15 @@ def htmlTimeline(defaultTimeline: str, '/showhide.png" title="' + translate['Show/Hide Buttons'] + \ '" alt="| ' + translate['Show/Hide Buttons'] + \ '" class="timelineicon"/>\n' + + # the links button to show left column links + tlStr += \ + ' | ' + translate['Edit Links'] + \
+        '\n' + tlStr += followApprovals # end of the button header with inbox, outbox, etc tlStr += ' \n'