2024-10-09 00:31:53 +00:00
|
|
|
.messages .message {
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
.chatter {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chat-input > form {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.chat-input > form > input {
|
|
|
|
padding: 0.7em;
|
|
|
|
}
|
|
|
|
.chat-input > form > input[name="chatter"] {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
.chat-input > form > input[name="message"] {
|
|
|
|
width: 75%;
|
2024-10-05 02:57:21 +00:00
|
|
|
}
|