mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-15 20:02:25 +01:00
16 lines
252 B
CSS
16 lines
252 B
CSS
.chat-message {
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
}
|
|
.chat-message:not(:first-child) {
|
|
border-top: 1px solid #e7e7e7;
|
|
}
|
|
.chat-message-details {
|
|
margin-left: 10px;
|
|
}
|
|
.chat-profile-image {
|
|
border-radius: 50%;
|
|
height: 28px;
|
|
width: 28px;
|
|
}
|