27 lines
376 B
Plaintext
27 lines
376 B
Plaintext
.chat-input-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.preview-not-save {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
height: 24px;
|
|
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #a7abb0;
|
|
}
|
|
|
|
.coz-debug-shortcut-bar-wrapper {
|
|
width: calc(100% - 92px);
|
|
margin-right: 24px;
|
|
margin-left: 68px;
|
|
}
|
|
|
|
.chat-area-message-group-list {
|
|
padding: 0;
|
|
}
|