From 626e55b9539fd621f8947c1fc45760683c7df8ff Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Oct 2020 10:49:20 +0000 Subject: [PATCH] div class for mobile buttons --- epicyon-profile.css | 8 ++++++-- webinterface.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 73be24e5f..b210116ef 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1309,12 +1309,13 @@ div.container { cursor: pointer; margin: 5px; } + .frontPageMobileButtons{ + display: none; + } .buttonMobile { background: transparent; border: none !important; font-size: 0; - padding: 0 0; - margin: 0 0; } .button { border-radius: var(--button-corner-radius); @@ -1945,6 +1946,9 @@ div.container { border-left: var(--tab-border-width) solid var(--tab-border-color); border-right: var(--tab-border-width) solid var(--tab-border-color); } + .frontPageMobileButtons{ + display: inline; + } .buttonMobile { border-radius: var(--button-corner-radius); background-color: var(--button-background); diff --git a/webinterface.py b/webinterface.py index 819908811..c9fedd70c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3408,7 +3408,7 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool, iconsDir = getIconsDir(baseDir) if not authorized: # the links button to show left column links - loginButton = '
\n' + loginButton = '
\n' loginButton += \ '