renamed liststyle

This commit is contained in:
ygg2
2024-10-25 20:19:57 -04:00
parent 77c6f4eefc
commit 05e0b922d4
3 changed files with 8 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ class Group extends Channel{
const div = document.createElement("div");
Group.contextmenu.bindContextmenu(div, this,undefined);
this.html = new WeakRef(div);
div.classList.add("flexltr","memberinfo");
div.classList.add("flexltr","liststyle");
const myhtml = document.createElement("span");
myhtml.classList.add("ellipsis");
myhtml.textContent = this.name;