diff --git a/.dist/localuser.js b/.dist/localuser.js index 5284388..ce27a20 100644 --- a/.dist/localuser.js +++ b/.dist/localuser.js @@ -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"); diff --git a/webpage/localuser.ts b/webpage/localuser.ts index c4f2744..d013e36 100644 --- a/webpage/localuser.ts +++ b/webpage/localuser.ts @@ -364,7 +364,7 @@ class Localuser{ 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") diff --git a/webpage/style.css b/webpage/style.css index a5691dc..e9b06db 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -473,18 +473,7 @@ p { user-select: none; cursor: pointer; } -.addserver{ - border-radius: 50%; - width: .5in; - height: .5in; - background-color: var(--blank-bg); - display: flex; - justify-content: center; - align-items: center; - font-size: 200%; - user-select: none; - cursor: pointer; -} + #channelw { width: 100%; display: flex;