]> git.cworth.org Git - zombocom-ai/commitdiff
Float the "safety prompt" button to the right.
authorCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 02:02:05 +0000 (18:02 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 02:02:05 +0000 (18:02 -0800)
Starting to get this form to look like what I want.

index.html

index da27e18773ded937d7a5c36f1c50468cf1c5da7f..8eb3c6ac7c52d19a6ad66d8ef81286ce7f91c17a 100644 (file)
@@ -46,7 +46,7 @@
         </div>
 
         <div class="form-row small right">
-          <button id="safety" type="button">Safety prompt</button>
+          <button id="safety" class="right" type="button">Safety prompt</button>
           <script>
             const prompt = document.querySelector("#prompt");
             const safety= document.querySelector("#safety");