Continued css clean-up.

This commit is contained in:
rainbow napkin 2024-12-08 04:33:17 -05:00
parent 920948bcc1
commit b13e2bde24
18 changed files with 189 additions and 203 deletions

View file

@ -333,7 +333,7 @@ class permList{
class deleteBtn{
constructor(channel){
this.channel = channel;
this.delete = document.querySelector("#channel-delete");
this.delete = document.querySelector("#chan-delete");
this.setupInput();
}

View file

@ -157,7 +157,7 @@ class passwordResetPrompt{
class deleteAccountButton{
constructor(){
this.deleteLink = document.querySelector('#account-settings-delete-link');
this.deleteLink = document.querySelector('#account-settings-delete-button');
this.setupInput();
}

View file

@ -43,7 +43,7 @@ class canopyUXUtils{
//If it's not the first column, mention it!
if(!firstCol){
cell.classList.add("admin-list-entry-not-first-col");
cell.classList.add("not-first-col");
}
//check for arrays