From a921ae5eadd0e2413f8e0f193e32e8f8ba04e59b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 4 Apr 2026 01:46:04 +0200 Subject: [PATCH] fix font size --- webapp/components/Chat/Chat.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index 79469a1a0..2071db1e6 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -1138,9 +1138,7 @@ export default { .room-name-with-icon { color: var(--chat-room-color-username); - font-size: 14px; font-weight: 500; - line-height: 22px; } .vac-message-avatar {