diff --git a/epicyon-profile.css b/epicyon-profile.css index 651df71d2..53bbc1d5a 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -2294,6 +2294,8 @@ div.container { margin: 40px 80px; } .columnIcons img { + width: 10%; float: right; + margin-right: 1vw; } } diff --git a/webinterface.py b/webinterface.py index 974394191..8d5d02c9a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5894,7 +5894,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, htmlStr += '
\n' if rssIconAtTop and not showHeaderImage: - htmlStr += '' + htmlStr += '
' # show the newswire lines newswireContentStr = \