Changing defaults MUC affiliation (#385):

* For Peertube moderators/admins, we add a button "Promote". Clicking on it will promote them as MUC owner.
This commit is contained in:
John Livingston
2024-05-17 15:17:36 +02:00
parent 5745e8c8a3
commit da75765bdb
12 changed files with 324 additions and 9 deletions

View File

@ -53,8 +53,11 @@
display: none;
}
[peertube-plugin-livechat-state="closed"] .peertube-plugin-livechat-button-close {
display: none;
[peertube-plugin-livechat-state="closed"] {
.peertube-plugin-livechat-button-promote,
.peertube-plugin-livechat-button-close {
display: none;
}
}
[peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state="open"]) {