Enhance chat view with server-specific colors, timestamp display, and improved message styling.

This commit is contained in:
2026-07-19 01:36:13 +02:00
parent 634de9a856
commit 6996ecf48c
3 changed files with 23 additions and 4 deletions
@@ -0,0 +1,7 @@
.blocked {
color: red;
}
.date-time {
color: gray;
}