mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-31 10:18:29 +02:00
Working connections with chat event listener
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
body, html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
padding-top: 80px;
|
||||
}
|
||||
@@ -10,6 +17,8 @@ body {
|
||||
right: 0;
|
||||
color: #D6D6D6;
|
||||
padding: 0 20px;
|
||||
overflow: scroll;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
#chat {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user