from-me is only relevant when the message is in a messages-list
This commit is contained in:
parent
6a475981e3
commit
ce458764f1
2 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,6 @@
|
|||
background: #FFFFFF;
|
||||
border-radius: 3px;
|
||||
|
||||
&.from-me {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.person-icon {
|
||||
margin-right: $default-spacer;
|
||||
}
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
|
||||
.message {
|
||||
width: 80%;
|
||||
|
||||
&.from-me {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue