From 03d1bc13c79c7120a76c85e6dfe4a7ef94072603 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 29 Jul 2024 16:50:23 -0500 Subject: [PATCH] minor bug fix --- .dist/channel.js | 2 +- webpage/channel.ts | 2 +- webpage/style.css | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.dist/channel.js b/.dist/channel.js index ee7119a..6eb2261 100644 --- a/.dist/channel.js +++ b/.dist/channel.js @@ -660,7 +660,7 @@ class Channel { * Please dont use this, its not implemented. **/ async grabArround(id) { - throw new Error("please don't call this, no one has implmented it :P"); + throw new Error("please don't call this, no one has implemented it :P"); } buildmessage(message, next) { const built = message.buildhtml(next); diff --git a/webpage/channel.ts b/webpage/channel.ts index 7b3f6ab..e6e3601 100644 --- a/webpage/channel.ts +++ b/webpage/channel.ts @@ -667,7 +667,7 @@ class Channel{ * Please dont use this, its not implemented. **/ async grabArround(id:string){//currently unused and no plans to use it yet - throw new Error("please don't call this, no one has implmented it :P") + throw new Error("please don't call this, no one has implemented it :P") } buildmessage(message:Message,next:Message){ const built=message.buildhtml(next); diff --git a/webpage/style.css b/webpage/style.css index 62d7dea..820f2af 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -17,6 +17,7 @@ body { padding: .2cm; width: 7cm !important; height: 8cm; + border: solid, color-mix(in hsl,var(--black),transparent 80%), .03in; } video{ max-width: 3in;