From b49020829002db7b394db535546d7b4e32be53cb Mon Sep 17 00:00:00 2001 From: celestora Date: Mon, 17 Jan 2022 12:15:44 +0200 Subject: [PATCH 1/2] Fix typo in al_comments --- Web/static/js/al_comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/static/js/al_comments.js b/Web/static/js/al_comments.js index 6f36730b..f4172428 100644 --- a/Web/static/js/al_comments.js +++ b/Web/static/js/al_comments.js @@ -8,6 +8,6 @@ u(".comment-reply").on("click", function(e) { let mention = ("[" + (fromGroup ? "club" : "id") + authorId + "|" + authorNm + "], "); // Substitute pervious mention if present, prepend otherwise - inputbox.nodes[0].value = s.nodes[0].value.replace(/(^\[([A-Za-z0-9]+)\|([\p{L} 0-9@]+)\], |^)/u, mention); + inputbox.nodes[0].value = inputbox.nodes[0].value.replace(/(^\[([A-Za-z0-9]+)\|([\p{L} 0-9@]+)\], |^)/u, mention); inputbox.trigger("focusin"); }); From b0bb5fb88f6a04c09c54ec3cc7fecd2980b2e950 Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Mon, 17 Jan 2022 14:42:39 +0200 Subject: [PATCH 2/2] Global: Fix display of text inputs --- Web/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 411d6119..c409f70f 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -563,6 +563,7 @@ input[type="text"], input[type="password"], input[type~="text"], input[type~="pa font-size: 11px; font-family: tahoma, verdana, arial, sans-serif; width: 100%; + box-sizing: border-box; } h4 {