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:
@ -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"]) {
|
||||
|
Reference in New Issue
Block a user