Update ChatService to initialize totalMessages to 1; adjust chat-info styles to use bold font for message count.

This commit is contained in:
2026-08-08 23:41:27 +02:00
parent 49b85bb695
commit bdda71229d
2 changed files with 2 additions and 1 deletions
@@ -15,6 +15,7 @@
padding-left: 10px;
.message-count {
font-family: 'opensans-bold', sans-serif;
padding-left: 5px;
}
}