]> git.codecow.com Git - nano-pow.git/commitdiff
Increase checkbox margin on test page.
authorChris Duncan <chris@zoso.dev>
Wed, 18 Jun 2025 20:23:19 +0000 (13:23 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 18 Jun 2025 20:23:19 +0000 (13:23 -0700)
test/index.html

index a3029be5100a22ca45330ad01acf6773a105d0a4..9979eba22812442b91fb208145226b15cff9c65d 100644 (file)
@@ -276,11 +276,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
                document.getElementById('effort').value = Math.max(1, Math.floor(navigator.hardwareConcurrency) / 2)
        </script>
        <style>
-               body{background:black;color:white;}a{color:darkcyan;}input[type=number]{width:5em;}
-               div.hex{display:inline-block}
+               body{background:black;color:white;}a{color:darkcyan;}input[type=number]{width:5em;}input[type=checkbox]{margin-right:2em;}
+               div.hex{display:inline-block;}
                div.hex::before{color:grey;content:'0x';display:inline-block;font-size:90%;left:0.5em;position:relative;width:0;}
                div.hex>input{padding-left:1.5em;}
-               .warning::before{content:'⚠️'}
+               .warning::before{content:'⚠️';}
        </style>
 </head>