From f471c293974c6aeb9a73cf4eeb42ce8d9bb0a439 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Oct 2020 14:42:34 +0000 Subject: [PATCH] Mobile button class --- epicyon-profile.css | 4 ++-- webinterface.py | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index e94d1509a..a86c22b15 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1884,7 +1884,7 @@ aside .toggle-inside li { cursor: pointer; margin: 15px; } - .buttonMobile { + .button { border-radius: var(--button-corner-radius); background-color: var(--button-background); color: var(--button-text); @@ -1902,7 +1902,7 @@ aside .toggle-inside li { border-left: var(--tab-border-width) solid var(--tab-border-color); border-right: var(--tab-border-width) solid var(--tab-border-color); } - .button { + .buttonMobile { border-radius: var(--button-corner-radius); background-color: var(--button-background); color: var(--button-text); diff --git a/webinterface.py b/webinterface.py index a3f740516..3634cad7e 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6150,7 +6150,7 @@ def getTimelineButtonHeader(defaultTimeline: str, # the newswire button to show right column links if not iconsAsButtons: tlStr += \ - ' ' + \ '\n' else: tlStr += \ - '