Merge pull request #31 from DEVTomatoCake/jank/css-simplify-servericon

Simplify server icon add server button CSS
This commit is contained in:
MathMan05 2024-07-24 12:53:42 -05:00 committed by GitHub
commit cf95fa27ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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");