diff --git a/files/assets/css/main.css b/files/assets/css/main.css index dc832fd26..599404ce1 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/helpers/const.py b/files/helpers/const.py index 00e7847ba..20aa0c2fd 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, diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 9d72b4746..a05e86e58 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -1,5 +1,5 @@