From c8082fe923c490a51ae4a1ef339f618f8cf0f8e5 Mon Sep 17 00:00:00 2001 From: Murilo Brito Date: Tue, 23 Dec 2025 19:51:48 -0300 Subject: [PATCH] bugfix: fix chat styles breaking in stream mode --- styles/less/global/chat.less | 1 + styles/less/ui/chat/chat.less | 1 + 2 files changed, 2 insertions(+) diff --git a/styles/less/global/chat.less b/styles/less/global/chat.less index 3f83294a..69ee369a 100644 --- a/styles/less/global/chat.less +++ b/styles/less/global/chat.less @@ -25,6 +25,7 @@ padding: 8px; } +.vtt.stream.system-daggerheart .chat-sidebar, .daggerheart.chat-sidebar, #chat-notifications { .chat-log { diff --git a/styles/less/ui/chat/chat.less b/styles/less/ui/chat/chat.less index 828e2774..6f0e5e85 100644 --- a/styles/less/ui/chat/chat.less +++ b/styles/less/ui/chat/chat.less @@ -152,6 +152,7 @@ } } +.vtt.stream.system-daggerheart .chat-sidebar, .daggerheart, #chat-notifications { .chat-message {