wip: Add ban and kick to context menu #69

Draft
sauceyred wants to merge 14 commits from context-menu-ban-kick into main
Showing only changes of commit 0d0dccaf84 - Show all commits

View file

@ -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>