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;