From 79ff9f1316f09029c87ac1e37673688cd908fd66 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Oct 2020 10:24:11 +0000 Subject: [PATCH] Front page buttons within div --- epicyon-profile.css | 4 +++- webinterface.py | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 8505bf9c3..4ec5224e8 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1312,7 +1312,9 @@ div.container { .buttonMobile { background: transparent; border: none !important; - font-size:0; + font-size: 0; + padding: 0 0; + margin: 0 0; } .button { border-radius: var(--button-corner-radius); diff --git a/webinterface.py b/webinterface.py index fe0b63dc9..ea2336774 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3408,23 +3408,25 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool, iconsDir = getIconsDir(baseDir) if not authorized: # the links button to show left column links + loginButton = '
\n' loginButton = \ - ' \n' loginButton += \ - ' \n' loginButton += \ - ' \n' + loginButton = '
\n' else: editProfileStr = \ '' + \