From 08d25f5082053fdbd3cfb8a0f692a5b88e5885f4 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 31 Jul 2024 22:27:28 -0500 Subject: [PATCH] slight looks updates --- .dist/channel.js | 4 ++-- webpage/channel.ts | 4 ++-- webpage/style.css | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.dist/channel.js b/.dist/channel.js index b47d660..81b8851 100644 --- a/.dist/channel.js +++ b/.dist/channel.js @@ -313,13 +313,13 @@ class Channel { const decoration = document.createElement("img"); decoration.src = "/icons/voice.svg"; div.appendChild(decoration); - decoration.classList.add("spacee", "svgtheme"); + decoration.classList.add("space", "svgtheme"); } else if (this.type === 5) { // const decoration = document.createElement("img"); decoration.src = "/icons/announce.svg"; div.appendChild(decoration); - decoration.classList.add("spacee", "svgtheme"); + decoration.classList.add("space", "svgtheme"); } else { console.log(this.type); diff --git a/webpage/channel.ts b/webpage/channel.ts index 77c3889..42b796d 100644 --- a/webpage/channel.ts +++ b/webpage/channel.ts @@ -325,12 +325,12 @@ class Channel{ const decoration=document.createElement("img"); decoration.src="/icons/voice.svg"; div.appendChild(decoration) - decoration.classList.add("spacee","svgtheme"); + decoration.classList.add("space","svgtheme"); }else if(this.type===5){// const decoration=document.createElement("img"); decoration.src="/icons/announce.svg"; div.appendChild(decoration) - decoration.classList.add("spacee","svgtheme"); + decoration.classList.add("space","svgtheme"); }else{ console.log(this.type) } diff --git a/webpage/style.css b/webpage/style.css index 763eccf..86c7815 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -324,11 +324,11 @@ p { } .space { - margin-right: .02in; + margin: .02in; font-size: .25in; display: inline-block; text-indent: .05in; - width: .2in; + width: .15in; } .spacee { @@ -651,6 +651,7 @@ textarea:focus-visible, transition: height .2s ease-in-out; user-select: none; cursor: pointer; + padding-left: .15in; } .channel:hover { @@ -661,6 +662,7 @@ textarea:focus-visible, user-select: none; cursor: pointer; transition: font-weight .1s; + padding: .02in 0; } .viewChannel{ font-weight:900;