message avatars
This commit is contained in:
parent
6c563b1e51
commit
072a685c1a
2 changed files with 26 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ $chat-text-size: 0.7pt;
|
|||
margin: 8px;
|
||||
margin-right: 30% !important;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
.bubble {
|
||||
background-color: white;
|
||||
border-radius: 10px 10px 10px 0;
|
||||
|
|
@ -126,6 +127,16 @@ $chat-text-size: 0.7pt;
|
|||
border-style: solid !important;
|
||||
border-color: #cccccc !important;
|
||||
}
|
||||
.avatar {
|
||||
position: absolute;
|
||||
left: -10px;
|
||||
top: 0;
|
||||
border: 2px solid white;
|
||||
}
|
||||
.sender {
|
||||
position: relative;
|
||||
left: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.sender, .status {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue