summary refs log tree commit diff
path: root/client/index.html
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2020-05-07 20:31:31 +0200
committerMelonai <einebeere@gmail.com>2020-05-07 20:31:31 +0200
commit417a3dbf1a0e0f5d9761192eb53d18bb40fde2cc (patch)
treebfb3c56142fdd4d45e3a05b881ef7a34f843cd7c /client/index.html
parent1e06820480fb2d9cf9db1373817d5980a891d5b4 (diff)
downloadshorest-417a3dbf1a0e0f5d9761192eb53d18bb40fde2cc.tar.zst
shorest-417a3dbf1a0e0f5d9761192eb53d18bb40fde2cc.zip
frontend fixes
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/index.html b/client/index.html
index 5b8459e..9099972 100644
--- a/client/index.html
+++ b/client/index.html
@@ -16,12 +16,12 @@
     </div>
     <form id="form">
         <div class="input-group" id="form-group">
-            <div class="input-container">
+            <div class="input-container" id="left">
                 <a class="input-field-text">https://</a>
                 <input class="input-field" id="url" required>
             </div>
-            <div class="btn-container">
-                <input type="submit" value="→" class="btn">
+            <div class="button-container">
+                <input type="submit" value="→" class="button" id="btn">
             </div>
         </div>
     </form>