Update Redditlikechatter.HTML

This commit is contained in:
Dangrainage 2023-08-28 23:11:12 +02:00 committed by GitHub
parent 072fad1ded
commit 969abf1c45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,8 @@
<title>Chatroom</title>
<style>
#chatbox {
width: 400px;
height: 300px;
width: 1280px;
height: 720px;
border: 1px solid #ccc;
overflow-y: scroll;
}