From dae4bb380f7cd2637e3dad6cdb5ae16d3a0a87bd Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Sun, 24 Nov 2024 16:07:45 +1100 Subject: [PATCH] Typing indicators, online users --- client-web/index.css | 9 ++++ client-web/index.html | 2 + client-web/index.js | 107 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 118 insertions(+) diff --git a/client-web/index.css b/client-web/index.css index 67c72a4..47b1212 100644 --- a/client-web/index.css +++ b/client-web/index.css @@ -206,3 +206,12 @@ input { margin: 0; /* Remove default margins */ white-space: nowrap; /* Prevent button text from wrapping */ } + +.suttle { + text-align: left; + width: 100%; + padding-left: 10px; + margin-bottom: 5px; + font-size: 0.9em; + color: rgba(255, 255, 255, 0.7); /* Makes it slightly subtle */ +} diff --git a/client-web/index.html b/client-web/index.html index 2ef4c6f..581b442 100644 --- a/client-web/index.html +++ b/client-web/index.html @@ -32,7 +32,9 @@