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; }