Fix button cloning method.

This commit is contained in:
John Livingston
2024-04-11 15:14:50 +02:00
parent 1689657aa7
commit eee07da1e3
3 changed files with 22 additions and 4 deletions

View File

@ -40,10 +40,9 @@
}
}
.peertube-plugin-livechat-buttons-open {
// So that buttons will be behind chatbox (buttons are then cloned by our custom muc-head template):
position: fixed;
right: 0;
.peertube-plugin-livechat-buttons-cloned {
// Hidding buttons when cloned by the ConverseJS mini-muc-head plugin.
display: none;
}
[peertube-plugin-livechat-state="initializing"] {