Improve messagerie readability

This commit is contained in:
Mathieu Magnin 2017-12-14 17:10:13 +01:00
parent 410a12b966
commit 5c46db3b3d
5 changed files with 41 additions and 3 deletions

View file

@ -7,13 +7,23 @@
max-height: 350px;
overflow-y: scroll;
border: 1px solid $border-grey;
background: $light-grey;
padding: 2 * $default-spacer;
margin-bottom: $default-spacer;
border-radius: 4px;
> li {
display: flex;
align-items: flex-start;
margin-bottom: 2 * $default-padding;
margin-bottom: $default-padding;
padding: $default-padding;
background: #FFFFFF;
width: 80%;
border-radius: 3px;
&.from-me {
margin-left: auto;
}
}
}