diff --git a/static/index.css b/static/index.css index d790b11..52ae113 100644 --- a/static/index.css +++ b/static/index.css @@ -24,16 +24,17 @@ body { .inner-form { display: flex; - flex-wrap: wrap; - min-height: 3rem; + flex-direction: row; + justify-content: center; } #input { border: none; padding: 0 1rem; - flex-grow: 1; border-radius: 0.3rem; margin: 0.25rem; + height: 2rem; + flex-grow: 1; } #input:focus { @@ -45,8 +46,10 @@ body { border: none; padding: 0 1rem; margin: 0.25rem; + height: 2rem; border-radius: 3px; outline: none; + flex-grow: 1; } button, button a { diff --git a/static/index.html b/static/index.html index 4197018..6f7f524 100644 --- a/static/index.html +++ b/static/index.html @@ -11,14 +11,18 @@
-

Run /help for info; more clients are also here.

- + +
+
+
+ + +