The relative message width is only relevant in messages-list

This commit is contained in:
gregoirenovel 2018-09-07 20:10:22 +02:00
parent afae82c5ba
commit 6a475981e3
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,6 @@
margin-bottom: $default-padding;
padding: $default-padding;
background: #FFFFFF;
width: 80%;
border-radius: 3px;
&.from-me {

View file

@ -9,6 +9,10 @@
padding: 2 * $default-spacer;
margin-bottom: $default-spacer;
border-radius: 4px;
.message {
width: 80%;
}
}
.messagerie {