mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-24 05:11:22 +00:00
13 lines
No EOL
143 B
CSS
13 lines
No EOL
143 B
CSS
#chatroom {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.add-left {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#chatmessages {
|
|
max-height: 70%;
|
|
min-height: 70%;
|
|
overflow-y: scroll;
|
|
} |