react-jwchat
Version:
This is an easy-to-use web chat component, based on react.
26 lines (25 loc) • 356 B
CSS
.content {
display: flex;
align-items: center;
padding: 10px;
}
.avatar {
width: 40px;
height: 40px;
background-color: aqua;
border-radius: 50%;
overflow: hidden;
}
.desc_area {
display: flex;
flex-direction: column;
padding-left: 10px;
}
.nickname {
font-size: 14px;
color: #333;
}
.sologan {
font-size: 12px;
color: #999;
}