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