Simplify server icon add server button CSS

This commit is contained in:
TomatoCake 2024-07-24 19:05:59 +02:00
parent 5e9405207b
commit c436335d8b
3 changed files with 3 additions and 14 deletions

View file

@ -344,7 +344,7 @@ class Localuser {
br.id = "bottomseparator";
const div = document.createElement("div");
div.textContent = "+";
div.classList.add("addserver", "servericon");
div.classList.add("home", "servericon");
serverlist.appendChild(div);
div.onclick = _ => {
console.log("clicked :3");