slight looks updates
This commit is contained in:
parent
92a19ea3f9
commit
08d25f5082
3 changed files with 8 additions and 6 deletions
|
@ -313,13 +313,13 @@ class Channel {
|
||||||
const decoration = document.createElement("img");
|
const decoration = document.createElement("img");
|
||||||
decoration.src = "/icons/voice.svg";
|
decoration.src = "/icons/voice.svg";
|
||||||
div.appendChild(decoration);
|
div.appendChild(decoration);
|
||||||
decoration.classList.add("spacee", "svgtheme");
|
decoration.classList.add("space", "svgtheme");
|
||||||
}
|
}
|
||||||
else if (this.type === 5) { //
|
else if (this.type === 5) { //
|
||||||
const decoration = document.createElement("img");
|
const decoration = document.createElement("img");
|
||||||
decoration.src = "/icons/announce.svg";
|
decoration.src = "/icons/announce.svg";
|
||||||
div.appendChild(decoration);
|
div.appendChild(decoration);
|
||||||
decoration.classList.add("spacee", "svgtheme");
|
decoration.classList.add("space", "svgtheme");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log(this.type);
|
console.log(this.type);
|
||||||
|
|
|
@ -325,12 +325,12 @@ class Channel{
|
||||||
const decoration=document.createElement("img");
|
const decoration=document.createElement("img");
|
||||||
decoration.src="/icons/voice.svg";
|
decoration.src="/icons/voice.svg";
|
||||||
div.appendChild(decoration)
|
div.appendChild(decoration)
|
||||||
decoration.classList.add("spacee","svgtheme");
|
decoration.classList.add("space","svgtheme");
|
||||||
}else if(this.type===5){//
|
}else if(this.type===5){//
|
||||||
const decoration=document.createElement("img");
|
const decoration=document.createElement("img");
|
||||||
decoration.src="/icons/announce.svg";
|
decoration.src="/icons/announce.svg";
|
||||||
div.appendChild(decoration)
|
div.appendChild(decoration)
|
||||||
decoration.classList.add("spacee","svgtheme");
|
decoration.classList.add("space","svgtheme");
|
||||||
}else{
|
}else{
|
||||||
console.log(this.type)
|
console.log(this.type)
|
||||||
}
|
}
|
||||||
|
|
|
@ -324,11 +324,11 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.space {
|
.space {
|
||||||
margin-right: .02in;
|
margin: .02in;
|
||||||
font-size: .25in;
|
font-size: .25in;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-indent: .05in;
|
text-indent: .05in;
|
||||||
width: .2in;
|
width: .15in;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacee {
|
.spacee {
|
||||||
|
@ -651,6 +651,7 @@ textarea:focus-visible,
|
||||||
transition: height .2s ease-in-out;
|
transition: height .2s ease-in-out;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding-left: .15in;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channel:hover {
|
.channel:hover {
|
||||||
|
@ -661,6 +662,7 @@ textarea:focus-visible,
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: font-weight .1s;
|
transition: font-weight .1s;
|
||||||
|
padding: .02in 0;
|
||||||
}
|
}
|
||||||
.viewChannel{
|
.viewChannel{
|
||||||
font-weight:900;
|
font-weight:900;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue