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 @@
+
+
-
+