Net.Like.Xue.Tokyo/Assets/Artists/UX/App/uss_app_chat.uss

14 lines
254 B
Plaintext
Raw Normal View History

2025-04-17 19:36:08 +08:00
.message-container {
flex-direction: row;
}
.self .message-container {
flex-direction: row-reverse;
}
Button.chat_list-container {
background-color: rgba(0, 0, 0, 0);
flex-direction: row;
justify-content: flex-start;
}