Better implementation.

This commit is contained in:
John Livingston 2022-08-07 12:40:18 +02:00
parent 437ddd4224
commit 8426218caf
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -65,8 +65,8 @@ body[livechat-viewer-mode="on"] {
// Transparent mode // Transparent mode
body.livechat-transparent { body.livechat-transparent {
// --peertube-main-background: var(--livechat-transparent) !important; // --peertube-main-background: rgba(0 0 0 / 0%) !important;
// --peertube-menu-background: var(--livechat-transparent) !important; // --peertube-menu-background: rgba(0 0 0 / 0%) !important;
&.converse-fullscreen { &.converse-fullscreen {
background-color: var(--livechat-transparent) !important; background-color: var(--livechat-transparent) !important;
@ -76,7 +76,7 @@ body.livechat-transparent {
.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 {
background-color: var(--livechat-transparent) !important; background-color: rgba(0 0 0 / 0%) !important;
} }
// Hide the background_logo // Hide the background_logo