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' else: editProfileStr = \ '' + \