Better implementation.
This commit is contained in:
parent
437ddd4224
commit
8426218caf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user