add text box back

master
lza_menace 2 years ago
parent aff680d9b2
commit 57ea4e8451

@ -107,10 +107,7 @@ export function TrollboxPanel(props) {
return ( return (
<> <>
<div id="trollbox"> {props.ws && props.address && (
<a href="https://webchat.oftc.net/?channels=unaboomer" target={"_blank"}>Show Chat</a>
</div>
{props.ws && props.address && false && (
<div id="trollbox"> <div id="trollbox">
{readyState == ReadyState.OPEN && showChat && ( {readyState == ReadyState.OPEN && showChat && (
<> <>

@ -226,7 +226,7 @@ button.doThing:disabled {
} }
} }
#trollbox { /* #trollbox {
height: 40px; height: 40px;
background-color: #ef3b39; background-color: #ef3b39;
} }
@ -235,7 +235,7 @@ button.doThing:disabled {
color: #f9f9f9; color: #f9f9f9;
text-align: center; text-align: center;
line-height: 40px; line-height: 40px;
} } */
#trollbox ul li, #trollbox span, #trollbox a { #trollbox ul li, #trollbox span, #trollbox a {
list-style-type: none; list-style-type: none;

Loading…
Cancel
Save