Add padding to right of conversation input

// FREEBIE
pull/749/head
lilia 9 years ago
parent 08da29969c
commit c48484e04f

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

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

Loading…
Cancel
Save