]> git.codecow.com Git - nano-pow.git/commitdiff
Revert hash width.
authorChris Duncan <chris@codecow.com>
Fri, 31 Jul 2026 20:35:00 +0000 (13:35 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 31 Jul 2026 20:35:00 +0000 (13:35 -0700)
test/index.html

index 5ea8e52011bbf51096f6038df1c81789423e5a49..8c14ffb00e2013240bb4dea61560730d196b204e 100644 (file)
@@ -333,7 +333,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
                ol li::before{content:counters(i,'.')'.';counter-increment:i;}
                ol li>ol{grid-column:2;}
                .warning::before{content:'\0026a0\00FE0F';}
-               #hash{width:39rem;}
+               #hash{max-width:39rem;width:100vw;}
                #work{width:10rem;}
        </style>
 </head>
@@ -367,8 +367,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
        <hr />
        <h3>Work Validation Tool</h3>
        <div>
-               <label for="hash" class="hex">Block&nbsp;Hash</label>
-               <div class="hex"><input id="hash" type="text" /></div>
+               <div>
+                       <label for="hash" class="hex">Block&nbsp;Hash</label>
+                       <div class="hex"><input id="hash" type="text" /></div>
+               </div>
        </div>
        <div>
                <label for="work">Work</label>