From 57ea4e84513b568a476ff3aa3946b27ce6fdb4e5 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 10 Feb 2023 09:45:38 -0800 Subject: [PATCH] add text box back --- src/components/Panels.jsx | 5 +---- src/styles/hero.css | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/Panels.jsx b/src/components/Panels.jsx index ae4f454..9006bbd 100644 --- a/src/components/Panels.jsx +++ b/src/components/Panels.jsx @@ -107,10 +107,7 @@ export function TrollboxPanel(props) { return ( <> -
- Show Chat -
- {props.ws && props.address && false && ( + {props.ws && props.address && (
{readyState == ReadyState.OPEN && showChat && ( <> diff --git a/src/styles/hero.css b/src/styles/hero.css index 1120efc..8f76153 100644 --- a/src/styles/hero.css +++ b/src/styles/hero.css @@ -226,7 +226,7 @@ button.doThing:disabled { } } -#trollbox { +/* #trollbox { height: 40px; background-color: #ef3b39; } @@ -235,7 +235,7 @@ button.doThing:disabled { color: #f9f9f9; text-align: center; line-height: 40px; -} +} */ #trollbox ul li, #trollbox span, #trollbox a { list-style-type: none;