From 609a1261a9dd9303551f53d3366f280f45aad0a8 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 7 Apr 2025 11:00:49 -0400 Subject: [PATCH] update notice --- static/index.css | 9 ++++++--- static/index.html | 11 ++++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) 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.

+
+ + +