Poll: fix transparent background for OBS integration.

This commit is contained in:
John Livingston 2024-07-08 11:47:21 +02:00
parent e97c33cec5
commit 4307a4513b
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -134,7 +134,8 @@ body.livechat-transparent {
.chat-body, .chat-body,
.conversejs .chatroom .box-flyout, .conversejs .chatroom .box-flyout,
.conversejs .chatbox .chat-content, .conversejs .chatbox .chat-content,
.conversejs .chatbox .chat-content .chat-content__notifications { .conversejs .chatbox .chat-content .chat-content__notifications,
livechat-converse-muc-poll {
background-color: rgba(0 0 0 / 0%) !important; background-color: rgba(0 0 0 / 0%) !important;
} }