From 8cd6e1215fe857351775e1f59490398e0c4cc3e6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Aug 2019 19:03:19 +0100 Subject: [PATCH] DM icon style --- epicyon-profile.css | 10 ++++++++++ webinterface.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 79cbe927..e846de54 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -404,6 +404,16 @@ a:link { transform: translateY(25%); } +.container img.DMicon { + float: none; + width: 60px; + margin: 0 0; + padding: 0 0; + border-radius: 0; + -ms-transform: translateY(25%); + transform: translateY(25%); +} + .darker { background-color: var(--main-bg-color-reply); } diff --git a/webinterface.py b/webinterface.py index 98a67534..f53a582a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1170,7 +1170,7 @@ def individualPostAsHtml(baseDir: str, \ # Show a DM icon for DMs in the inbox timeline if showDMicon: - titleStr=''+titleStr + titleStr=''+titleStr if showRepeats: if isAnnounced: