Skip to content

Commit

Permalink
updated dual chat example
Browse files Browse the repository at this point in the history
  • Loading branch information
deftio committed Jul 30, 2024
1 parent c797f00 commit f0c4b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/dual-chatrooms.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
box-sizing: border-box;
}
.chat-container {
height: 80vh;
width: 100%;
height: 50vh;
width: 95%;
border-radius: 1em;
}
</style>
Expand Down
2 changes: 0 additions & 2 deletions examples/example_esm.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ <h2>Quikchatjs Simple Example (ESM)</h2>

});




//cycle through themes
let cycleThemes = (() => {
Expand Down

0 comments on commit f0c4b99

Please sign in to comment.