#app {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
flex-grow: 1;
}
#message-list {
max-height: 100%;
overflow-y: scroll;
#inputs {
flex-direction: row;
#inputs>#message-input {