update standalone chat styles

This commit is contained in:
Ginger Wong
2020-09-03 02:44:50 -07:00
parent 0a3d1145f6
commit 961e212cd7
3 changed files with 30 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ export default class StandaloneChat extends Component {
render(props, state) {
const { username, userAvatarImage, websocket } = state;
return (
html`
<${Chat}