From b1600d4ca314174d0933c44c2e7a7b1e9813ea23 Mon Sep 17 00:00:00 2001 From: tesseractcat Date: Wed, 24 Aug 2022 17:26:22 -0400 Subject: [PATCH] Update seed on click --- scripts/static/index.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/scripts/static/index.html b/scripts/static/index.html index 326dc50392..21d49c9427 100644 --- a/scripts/static/index.html +++ b/scripts/static/index.html @@ -17,7 +17,7 @@ border: none; } #prompt { - width:500px; + width: 500px; border-radius: 20px 0px 0px 20px; padding: 5px 10px 5px 10px; border: 1px solid black; @@ -35,12 +35,16 @@ padding-top: 10px; } img { - height:30vh; - border-radius:5px; - margin:10px; + cursor: pointer; + height: 30vh; + border-radius: 5px; + margin: 10px; } input[type="number"] { - width:60px; + width: 60px; + } + #seed { + width: 150px; }