web: remove almost every use of ml/mr

replace with flex and gap mostly. For #450.
This commit is contained in:
Harvey Tindall
2025-12-08 15:12:40 +00:00
parent 9c9e55147d
commit 362984a391
25 changed files with 339 additions and 268 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ interface sendDTO {
if (window.captcha && !window.reCAPTCHA) {
captcha.generate();
(document.getElementById("captcha-regen") as HTMLSpanElement).onclick = captcha.generate;
(document.getElementById("captcha-regen") as HTMLButtonElement).onclick = captcha.generate;
captcha.input.onkeyup = validator.validate;
}