Add padding to right of conversation input

// FREEBIE
This commit is contained in:
lilia 2016-03-22 11:30:45 -07:00
parent 08da29969c
commit c48484e04f
2 changed files with 2 additions and 2 deletions

View file

@ -478,7 +478,7 @@
.bottom-bar {
box-sizing: content-box;
$button-width: 36px;
padding: 5px 1px 5px 0;
padding: 5px 5px 5px 0;
background: $grey_l;
form.active {

View file

@ -997,7 +997,7 @@ input.search {
.bottom-bar {
box-sizing: content-box;
padding: 5px 1px 5px 0;
padding: 5px 5px 5px 0;
background: #f3f3f3; }
.bottom-bar form.active {
outline: solid 1px #2090ea; }