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
@@ -568,7 +568,7 @@ const cards = Array.from(document.getElementsByClassName("page-container")[0].qu
pages.setPage({
name: title,
title: titleEl.textContent + " - jfa-go",
url: "/#" + title,
url: "/" + (!title ? "" : "#") + title,
show: () => {
cards[i].classList.remove("unfocused");
return true;