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 = '