From: Carl Worth <cworth@cworth.org> Date: Thu, 8 Dec 2022 00:25:32 +0000 (-0800) Subject: Put the safety-prompt button up by the label of the textarea it controls X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a9ef1a565e8a55a7ac187ce4a9da0d22833c9e72;p=zombocom-ai Put the safety-prompt button up by the label of the textarea it controls Hopefully this is both more intuitive and lays out better. --- diff --git a/index.html b/index.html index 185927f..334a390 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,7 @@ <label for="prompt"> What can you imagine? </label> + <button id="safety" type="button">Safety prompt</button> <textarea id="prompt" rows="4" width="100%" autocomplete="off" required></textarea> </div> @@ -46,10 +47,6 @@ </div> </div> - <div class="form-row small right"> - <button id="safety" class="right" type="button">Safety prompt</button> - </div> - <div class="form-row large"> <button id="generate" type="submit">Make the infinite possible</button> </div>