adifyr/obsidian-chat-view

Bug: chat-view-color class does not apply to header-less messages

Cammagno opened this issue · 1 comments

see picture below:

ChatView

Maybe is it possible to add the chat-view-color class also to the headerless bubbles following a header bubble?

Like this:

[Me=red, You=green]
< Me | Text <-this bubble already has .chat-view-red
< | More Text <- this bubble should have .chat-view-red
< | More Text <- this bubble should have .chat-view-red

You | Answer <- this bubble already has .chat-view-green
| More Answer <- this bubble should have .chat-view-green

@Cammagno I've published a new merge on the master branch and done some preliminary testing. This should fix your issue.