diff --git a/epicyon-profile.css b/epicyon-profile.css index 5ae53f19f..c986b9698 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -131,23 +131,6 @@ a, u { color: var(--main-fg-color); } -.editLinksBtn { - border-radius: var(--button-corner-radius); - background-color: var(--button-background); - border: none; - color: var(--button-text); - text-align: center; - font-size: var(--font-size-header); - font-family: Arial, Helvetica, sans-serif; - padding: var(--button-height-padding); - width: 90%; - max-width: 200px; - min-width: 10ch; - transition: all 0.5s; - cursor: pointer; - margin: 5px; -} - a:visited{ color: var(--main-visited-color); background: var(--link-bg-color); @@ -961,6 +944,9 @@ aside .toggle-inside li { float: left; width: var(--column-left-width); } + .col-left img { + width: 20%; + } .col-center { width: var(--column-center-width); } diff --git a/webinterface.py b/webinterface.py index 4c32ee631..a44495cf8 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5154,10 +5154,12 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, if moderator: htmlStr += \ '
\n' + \ - ' ' + \ - '\n' + \ '
\n'