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 @@ });
-