From c6fd2c52c338ef99b9833de0fe9071fb52a626f3 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 26 Jul 2026 01:31:07 -0700 Subject: [PATCH] Improve sizing of validation inputs. Prevent line breaks within labels. --- index.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 0f3a599..4801165 100644 --- a/index.html +++ b/index.html @@ -313,12 +313,14 @@ SPDX-License-Identifier: GPL-3.0-or-later body{background:black;color:white;font-size:0.8rem;line-height:150%;margin:0 auto;max-width:650px;min-width:26rem;padding:0 1em;}a{color:darkcyan;}input[type=number]{width:5em;}input[type=checkbox]{margin-right:2em;} div.hex{display:inline-block;font-family:monospace;} div.hex::before{color:grey;content:'0x';display:inline-block;font-family:monospace;font-size:90%;left:0.5em;position:relative;width:0;} - div.hex>input{font-family:monospace;padding-left:1.5em;} + div.hex>input{font-family:monospace;font-size:0.8em;padding-left:1.8em;} ol{counter-reset:i;list-style-type:none;padding-left:1em;} ol li{display:grid;gap:0.25em;grid-template-columns:auto 1fr;} ol li::before{content:counters(i,'.')'.';counter-increment:i;} ol li>ol{grid-column:2;} .warning::before{content:'\0026a0\00FE0F';} + #hash{width:39em;} + #work{width:10em;} @@ -350,11 +352,15 @@ SPDX-License-Identifier: GPL-3.0-or-later

Work Validation Tool

- -
- -
- +
+ +
+
+
+ +
+ +

Benchmarking

@@ -369,13 +375,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
- +
- + - +
-- 2.52.0