diff --git a/epicyon-profile.css b/epicyon-profile.css index 3b36807d5..0f2b6573d 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -90,6 +90,10 @@ a:link { position: relative; } +.ssbaddr { + font-size: var(--font-size5); +} + .about { font-size: var(--font-size5); float: right; diff --git a/webinterface.py b/webinterface.py index b14b89985..bbf45a14e 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1875,7 +1875,7 @@ def htmlProfile(defaultTimeline: str, \ '

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

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

SSB: '+ssbAddress+'

\n' + '

SSB:

\n' if PGPpubKey: donateSection+= \ '

'+PGPpubKey.replace('\n','
')+'

\n'