aboutsummaryrefslogtreecommitdiffstats
path: root/index.css
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-07-10 20:48:37 -0700
committerPinapelz <yukais@pinapelz.com>2026-07-10 20:52:54 -0700
commit22b43e361009db0bff8380bbcd52a3f0720ff0d2 (patch)
tree67c839270c7f0540477a715aecbd1a2c0c04b7d3 /index.css
parent05c2a47a5faae6e1b4330d4bbb6427ecd40f93b1 (diff)
display AFK/STREAM status messages and count as AFKmain
Diffstat (limited to 'index.css')
-rw-r--r--index.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.css b/index.css
index 69c037b..9d058f2 100644
--- a/index.css
+++ b/index.css
@@ -300,11 +300,24 @@ body {
border-color: var(--cl-gray-4);
}
+
.role-icon,
.client-no-role-icon {
display: none;
}
+.client-afk {
+ color: var(--cl-red-6);
+ font-size: 0.85rem;
+ margin-left: 0.5rem;
+}
+
+.client-stream {
+ color: var(--cl-blue-6);
+ font-size: 0.85rem;
+ margin-left: 0.5rem;
+}
+
.empty-server {
padding: 2rem 1rem;
color: var(--cl-gray-6);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage