mirror of https://gitlab.com/bashrc2/epicyon
Font size for ssb address
parent
f3daf353f0
commit
32959342ec
|
@ -90,6 +90,10 @@ a:link {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.ssbaddr {
|
||||
font-size: var(--font-size5);
|
||||
}
|
||||
|
||||
.about {
|
||||
font-size: var(--font-size5);
|
||||
float: right;
|
||||
|
|
|
@ -1875,7 +1875,7 @@ def htmlProfile(defaultTimeline: str, \
|
|||
'<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
|
||||
if ssbAddress:
|
||||
donateSection+= \
|
||||
'<p>SSB: '+ssbAddress+'</p>\n'
|
||||
'<p>SSB: <label class="ssbaddr">'+ssbAddress+'</label></p>\n'
|
||||
if PGPpubKey:
|
||||
donateSection+= \
|
||||
'<p class="pgp">'+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
||||
|
|
Loading…
Reference in New Issue