From 05593346fc34ecb1871f89248d9c238e8a87de14 Mon Sep 17 00:00:00 2001 From: Tanner Date: Sat, 26 Sep 2026 01:02:50 +0000 Subject: [PATCH] Tool page fixes --- styles.css | 1 + tools/index.html | 25 ++----------------------- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/styles.css b/styles.css index 92176bc..296173d 100644 --- a/styles.css +++ b/styles.css @@ -390,6 +390,7 @@ footer p { .tools-search-controls { display: flex; gap: 8px; + max-width: 520px; } .tools-search input { min-width: 0; diff --git a/tools/index.html b/tools/index.html index 9bbb220..398b126 100644 --- a/tools/index.html +++ b/tools/index.html @@ -79,7 +79,7 @@
-
+

Tools

@@ -150,7 +150,7 @@ headingText.textContent = category; const backLink = document.createElement("a"); backLink.className = "category-back"; - backLink.href = "#top"; + backLink.href = "#tools-toc"; backLink.textContent = "Back to Top"; heading.append(headingText, backLink); list.append(heading); @@ -187,27 +187,6 @@ });
-