From ac7893d388bc315de1e8a75dcd16b7b60140ff19 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 17 Dec 2019 16:11:56 +0000 Subject: [PATCH] Style for im addresses --- epicyon-follow.css | 5 +++++ webinterface.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/epicyon-follow.css b/epicyon-follow.css index f9224f6fe..dee2d4080 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -70,6 +70,11 @@ a:link { font-size: var(--font-size); } +.imText { + font-size: var(--font-size4); + color: var(--main-link-color); +} + .button { border-radius: 4px; background-color: var(--button-background); diff --git a/webinterface.py b/webinterface.py index f7a44b0ed..e6eb5d154 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3398,9 +3398,9 @@ def htmlPersonOptions(translate: {},baseDir: str, \ optionsStr+=' ' optionsStr+='

'+translate['Options for']+' @'+getNicknameFromActor(optionsActor)+'@'+optionsDomain+'

' if xmppAddress: - optionsStr+='

XMPP: '+xmppAddress+'

' + optionsStr+='

XMPP: '+xmppAddress+'

' if matrixAddress: - optionsStr+='

Matrix: '+matrixAddress+'

' + optionsStr+='

Matrix: '+matrixAddress+'

' optionsStr+='
' optionsStr+=' ' optionsStr+=' '