wip: Add ban and kick to context menu #69
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,7 @@ function hideModalPopup() {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.member-item {
|
.member-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -41,4 +42,9 @@ function hideModalPopup() {
|
||||||
min-width: 2.3em;
|
min-width: 2.3em;
|
||||||
max-width: 2.3em;
|
max-width: 2.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.member-display-name {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue