From 6bdb0d792bfdaa31852179f4800e10c46f6141c8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 6 Oct 2022 21:52:57 +0200 Subject: [PATCH 1/2] fix my mentions --- files/helpers/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 00e7847ba1..20aa0c2fdf 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -848,7 +848,9 @@ TROLLTITLES = [ ] NOTIFIED_USERS = { - 'aev': AEVANN_ID, + 'aevan': AEVANN_ID, + ' aev': AEVANN_ID, + 'aev ': AEVANN_ID, 'avean': AEVANN_ID, 'joan': JOAN_ID, 'pewkie': JOAN_ID, From 9bff6a682e6743be6ef1e82dbdeb2fe011f2eb2a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 6 Oct 2022 23:16:16 +0200 Subject: [PATCH 2/2] fix margins for award_modal and emoji_modal and popover --- files/assets/css/main.css | 10 ++++------ files/templates/award_modal.html | 2 +- files/templates/emoji_modal.html | 4 ++-- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index dc832fd26f..599404ce15 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4806,7 +4806,7 @@ input[type=radio] ~ .custom-control-label::before { border-radius: 50%; } .emoji-modal { - max-width: 85% !important + max-width: 80% !important } .emj, .emoji, strong a img, img[alt^=":"]:not(img[b]):not(img[alt*="#"]) { height: 40px !important; @@ -5075,10 +5075,8 @@ img[glow]:not([data-src]) { } .awardmodal { - max-width: 85% !important; - min-height: 90% !important; - max-height: 90% !important; - height: 90% !important; + max-width: 80% !important; + height: 100% !important; margin: auto !important } @@ -5130,7 +5128,7 @@ html { @media (max-width: 991.98px) { .popover { - max-width: 85% !important; + max-width: 80% !important; } } diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 9d72b47468..a05e86e582 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -1,5 +1,5 @@