Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Changed chat-inputholder container to use flex layout, reordered rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Leigh committed Nov 15, 2017
1 parent 031ca0e commit e7f0dea
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions css/chat.css
Expand Up @@ -84,13 +84,20 @@
border-bottom-left-radius:0px;
}

.chat-inputfield {
.chat-inputrow {
padding: 5px;

background-color: hsla(240, 50%, 80%, 1);
}
.chat-inputrow {


.chat-inputholder {
display: flex;
}

.chat-inputfield {
flex-grow: 1;
padding: 5px;
background-color: hsla(240, 50%, 80%, 1);
}

.chat-inputbutton {
flex-grow: 0;
}

0 comments on commit e7f0dea

Please sign in to comment.