bugfix: fix chat styles breaking in stream mode (#1467)

This commit is contained in:
Murilo Brito 2025-12-23 19:59:23 -03:00 committed by GitHub
parent 0f5f866b22
commit 1b7893324a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@
padding: 8px; padding: 8px;
} }
.vtt.stream.system-daggerheart .chat-sidebar,
.daggerheart.chat-sidebar, .daggerheart.chat-sidebar,
#chat-notifications { #chat-notifications {
.chat-log { .chat-log {

View file

@ -152,6 +152,7 @@
} }
} }
.vtt.stream.system-daggerheart .chat-sidebar,
.daggerheart, .daggerheart,
#chat-notifications { #chat-notifications {
.chat-message { .chat-message {