diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-16 00:29:16 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-16 00:29:16 +0200 |
| commit | 7c77809ff9a4d365ec17fb2ed43f3795382940a9 (patch) | |
| tree | 053e4d925747d762a617e11d3bb51b8c024f1f3e /src/components/chat_list_item | |
| parent | 96e3a1593ab6b45b2b6794e353623d0e87a7d8ff (diff) | |
badge, alert(dot) improvements
Diffstat (limited to 'src/components/chat_list_item')
| -rw-r--r-- | src/components/chat_list_item/chat_list_item.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_list_item/chat_list_item.vue b/src/components/chat_list_item/chat_list_item.vue index 69ad609b..cbae2d11 100644 --- a/src/components/chat_list_item/chat_list_item.vue +++ b/src/components/chat_list_item/chat_list_item.vue @@ -36,7 +36,7 @@ /> <div v-if="chat.unread > 0" - class="badge badge-notification unread-chat-count" + class="badge -notification unread-chat-count" > {{ chat.unread }} </div> |
