From 64e31a9aa39704b5aee8633af0ff9091cbf5a404 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Oct 2020 10:29:24 +0000 Subject: [PATCH] Add --- epicyon-profile.css | 4 ++-- webinterface.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 4ec5224e..73be24e5 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1313,8 +1313,8 @@ div.container { background: transparent; border: none !important; font-size: 0; - padding: 0 0; - margin: 0 0; + padding: 0 0; + margin: 0 0; } .button { border-radius: var(--button-corner-radius); diff --git a/webinterface.py b/webinterface.py index ea233677..14d3b51f 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3409,7 +3409,7 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool, if not authorized: # the links button to show left column links loginButton = '
\n' - loginButton = \ + loginButton += \ ' \n' - loginButton = '
\n' + loginButton += ' \n' else: editProfileStr = \ '' + \