diff --git a/epicyon-follow.css b/epicyon-follow.css index 1db8e21ca..18a8a27bf 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -76,7 +76,6 @@ a:link { } .pgp { - float: left; font-size: var(--font-size5); color: var(--main-link-color); font-family: 'monospace'; diff --git a/epicyon-profile.css b/epicyon-profile.css index 38db43246..de4e78297 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -290,7 +290,6 @@ a:link { } .pgp { - float: left; font-size: var(--font-size5); color: var(--main-link-color); font-family: 'monospace'; diff --git a/webinterface.py b/webinterface.py index b4644c376..ec8104fb9 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1551,11 +1551,9 @@ def htmlProfile(defaultTimeline: str, \ donateSection+='

'+translate['XMPP']+': '+xmppAddress+'

\n' if matrixAddress: donateSection+='

'+translate['Matrix']+': '+matrixAddress+'

\n' - donateSection+=' \n' if PGPpubKey: - donateSection+='
' - donateSection+='

'+translate['PGP']+': '+PGPpubKey.replace('\n','
')+'

\n' - donateSection+='
' + donateSection+='

'+translate['PGP']+': '+PGPpubKey.replace('\n','
')+'

\n' + donateSection+=' \n' donateSection+='\n' if not authorized: