mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-13 15:31:20 +00:00
22 lines
No EOL
209 B
CSS
22 lines
No EOL
209 B
CSS
|
|
#gathers {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#chatroom {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.add-left {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#chatmessages {
|
|
max-height: 70%;
|
|
min-height: 70%;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.signin {
|
|
margin: 0px 10px;
|
|
} |