Files
2025-08-18 14:20:34 +08:00

18 lines
222 B
Plaintext

page {
background-color: #fff;
}
.chat-custom-right {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
}
.chat-custom-text {
font-size: 12px;
color: #999;
}