From 8e25145bec63fab28f07fbb6da4e281b6cd5fdb5 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 19 Aug 2023 11:16:20 -0700 Subject: [PATCH] New status options: Studying and Gaming --- web/static/css/chat.css | 8 ++++++++ web/templates/chat.html | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/web/static/css/chat.css b/web/static/css/chat.css index bdc7fc9..67e3e8e 100644 --- a/web/static/css/chat.css +++ b/web/static/css/chat.css @@ -42,6 +42,14 @@ body { overflow: auto; } +/* Style fix to center wider icons on the Who's Online status icons */ +.who-status-wide-icon-2 { + margin: -2px; +} +.who-status-wide-icon-1 { + margin: -1px; +} + /************************ * Main CSS Grid Layout * ************************/ diff --git a/web/templates/chat.html b/web/templates/chat.html index 1fb42fe..1b316f5 100644 --- a/web/templates/chat.html +++ b/web/templates/chat.html @@ -1218,6 +1218,8 @@ + + @@ -1292,11 +1294,13 @@ + + - +