From 6ed5b1c8e3dc1c1d389e9b36e71b71d9d1d1447c Mon Sep 17 00:00:00 2001 From: Dan Gibbs Date: Sun, 12 Apr 2026 15:04:28 +0100 Subject: [PATCH 1/6] Remove autofocus from tools. Increase checkbox label size. Use meaningful labels --- src/pages/tools/dns.astro | 9 ++++----- src/pages/tools/mkpasswd.astro | 1 - src/pages/tools/pwgen.astro | 10 +++++----- src/styles/forms.css | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/pages/tools/dns.astro b/src/pages/tools/dns.astro index 843be1a..e4ba8b8 100644 --- a/src/pages/tools/dns.astro +++ b/src/pages/tools/dns.astro @@ -125,16 +125,15 @@ const records: { name: string; title: string; selected: boolean }[] = [
- +
@@ -164,8 +163,8 @@ const records: { name: string; title: string; selected: boolean }[] = [ id={`type_${type.name}`} checked={type.selected} /> -