Fix CSS: no css code in _variables.scss, only variables.
This commit is contained in:
parent
1fd985ce3e
commit
bc9c9923d5
@ -17,27 +17,6 @@ body.converse-embedded {
|
|||||||
--livechat-transparent: rgba(0 0 0 / 0%);
|
--livechat-transparent: rgba(0 0 0 / 0%);
|
||||||
}
|
}
|
||||||
|
|
||||||
body.converse-embedded {
|
|
||||||
.conversejs .modal {
|
|
||||||
// modal z-index = use same z-index as Peertube (see Peertube _variables.scss)
|
|
||||||
z-index: 19000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-backdrop {
|
|
||||||
// must be just under .modal.
|
|
||||||
z-index: 18999;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Chat embedded in a full client page. */
|
|
||||||
.livechat-embed-fullpage {
|
|
||||||
converse-root {
|
|
||||||
display: block;
|
|
||||||
height: 90vh;
|
|
||||||
min-height: 400px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.conversejs.theme-peertube,
|
.conversejs.theme-peertube,
|
||||||
.conversejs-bg.theme-peertube,
|
.conversejs-bg.theme-peertube,
|
||||||
#conversejs-bg.theme-peertube,
|
#conversejs-bg.theme-peertube,
|
||||||
|
@ -89,3 +89,25 @@ body.livechat-transparent {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Chat directly embedded in Peertube */
|
||||||
|
body.converse-embedded {
|
||||||
|
.conversejs .modal {
|
||||||
|
// modal z-index = use same z-index as Peertube (see Peertube _variables.scss)
|
||||||
|
z-index: 19000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-backdrop {
|
||||||
|
// must be just under .modal.
|
||||||
|
z-index: 18999;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Chat embedded in a full client page. */
|
||||||
|
.livechat-embed-fullpage {
|
||||||
|
converse-root {
|
||||||
|
display: block;
|
||||||
|
height: 90vh;
|
||||||
|
min-height: 400px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user