.messages{
width: 100%;
.items{
transition: .4s;
opacity: .8;
&:hover{
opacity: 1;
}
.add_message_form{
.actions{