diff --git a/.dist/channel.js b/.dist/channel.js index 2869308..16bd513 100644 --- a/.dist/channel.js +++ b/.dist/channel.js @@ -354,7 +354,7 @@ class Channel { const caps = document.createElement("div"); const decdiv = document.createElement("div"); const decoration = document.createElement("span"); - decoration.classList.add("svgtheme", "colaspeicon", "svg-category"); + decoration.classList.add("svgtheme", "collapse-icon", "svg-category"); decdiv.appendChild(decoration); const myhtml = document.createElement("p2"); myhtml.textContent = this.name; diff --git a/webpage/channel.ts b/webpage/channel.ts index 9b1d727..3fc07ae 100644 --- a/webpage/channel.ts +++ b/webpage/channel.ts @@ -360,7 +360,7 @@ class Channel{ const decdiv=document.createElement("div"); const decoration=document.createElement("span"); - decoration.classList.add("svgtheme","colaspeicon","svg-category") + decoration.classList.add("svgtheme","collapse-icon","svg-category") decdiv.appendChild(decoration) const myhtml=document.createElement("p2"); diff --git a/webpage/style.css b/webpage/style.css index 81cac07..96a416f 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1559,7 +1559,7 @@ form div{ .channels .channel{ margin-bottom: .03in; } -.colaspeicon{ +.collapse-icon{ height:.15in; width:.15in; padding-right: .025in;