From 07eb16150c4e4d14757be1964faa5bafd28d58b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 27 Oct 2025 20:07:33 -0400 Subject: [PATCH] center user count in chat, add commas to usercount, make last user image full width --- src/views/partials/chats/options.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/partials/chats/options.tpl b/src/views/partials/chats/options.tpl index 0c651d503c..88deba08d2 100644 --- a/src/views/partials/chats/options.tpl +++ b/src/views/partials/chats/options.tpl @@ -82,7 +82,7 @@ {{{ if users.length }}} -
+
{{{ if ./users.0 }}} {buildAvatar(./users.0, "24px", true)} @@ -91,10 +91,10 @@ {buildAvatar(./users.1, "24px", true)} {{{ end }}} {{{ if ./users.2 }}} - {buildAvatar(./users.2, "24px", true)} + {buildAvatar(./users.2, "24px", true)} {{{ end }}}
- {./userCount} + {formattedNumber(./userCount)}
{{{ end }}}