diff --git a/static/index.css b/static/index.css index c7e41f7..f3dbe18 100644 --- a/static/index.css +++ b/static/index.css @@ -16,11 +16,14 @@ body { bottom: 0; left: 0; right: 0; + box-sizing: border-box; + backdrop-filter: blur(10px); +} + +.inner-form { display: flex; flex-wrap: wrap; min-height: 3rem; - box-sizing: border-box; - backdrop-filter: blur(10px); } #input { @@ -35,7 +38,7 @@ body { outline: none; } -#form>button { +.inner-form>button { background: #333; border: none; padding: 0 1rem; diff --git a/static/index.html b/static/index.html index 0607a84..7caa9c4 100644 --- a/static/index.html +++ b/static/index.html @@ -11,9 +11,14 @@
- - - +

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

+

The web client is a demo and may not always be updated. Other clients will have better support for + features and interface elements.

+
+ + +