The relative message width is only relevant in messages-list
This commit is contained in:
parent
afae82c5ba
commit
6a475981e3
2 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
margin-bottom: $default-padding;
|
||||
padding: $default-padding;
|
||||
background: #FFFFFF;
|
||||
width: 80%;
|
||||
border-radius: 3px;
|
||||
|
||||
&.from-me {
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
padding: 2 * $default-spacer;
|
||||
margin-bottom: $default-spacer;
|
||||
border-radius: 4px;
|
||||
|
||||
.message {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.messagerie {
|
||||
|
|
Loading…
Reference in a new issue