Add padding to right of conversation input
// FREEBIE
This commit is contained in:
@@ -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; }
|
||||||
|
Reference in New Issue
Block a user