Tighten up send btn icon size
This commit is contained in:
parent
2ee34343a8
commit
441167ab35
2 changed files with 4 additions and 4 deletions
|
@ -246,8 +246,8 @@
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
background: url('/images/send.png') no-repeat;
|
background: url('/images/send.png') no-repeat;
|
||||||
background-size: 90%;
|
background-size: 75%;
|
||||||
background-position: center 1px;
|
background-position: center center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
|
@ -468,8 +468,8 @@ input.new-message {
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
background: url("/images/send.png") no-repeat;
|
background: url("/images/send.png") no-repeat;
|
||||||
background-size: 90%;
|
background-size: 75%;
|
||||||
background-position: center 1px;
|
background-position: center center;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
.bottom-bar .send-btn::before {
|
.bottom-bar .send-btn::before {
|
||||||
content: '+'; }
|
content: '+'; }
|
||||||
|
|
Loading…
Reference in a new issue