From 2f2071f20958a5b8f9821ebacb0ee13f8e1be126 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 20 Dec 2020 11:10:52 +0000 Subject: [PATCH] Image style --- epicyon-profile.css | 16 ++++++++-------- webapp_moderation.py | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 58c31101..dbe620ad 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -951,12 +951,12 @@ div.container { color: var(--title-color); } .accountsTable { - width: 100%; - border: 0; + width: 100%; + border: 0; } .accountsTableCol { - width: 20%; - text-align: center; + width: 20%; + text-align: center; } .containerHeader { border: var(--border-width-header) solid var(--border-color); @@ -1610,12 +1610,12 @@ div.container { color: var(--title-color); } .accountsTable { - width: 100%; - border: 0; + width: 100%; + border: 0; } .accountsTableCol { - width: 20%; - text-align: center; + width: 20%; + text-align: center; } .containerHeader { border: var(--border-width-header) solid var(--border-color); diff --git a/webapp_moderation.py b/webapp_moderation.py index 79929ef2..df880ba5 100644 --- a/webapp_moderation.py +++ b/webapp_moderation.py @@ -184,7 +184,7 @@ def htmlModerationInfo(cssCache: {}, translate: {}, '/users/' + nickname + '?options=' + actor + ';1;' + \ avatarUrl.replace('/', '-') infoForm += '\n' - infoForm += '' + infoForm += '' infoForm += '
' + acctNickname + '
\n\n' col += 1 if col == cols: