mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Tighten up send btn icon size
This commit is contained in:
@@ -246,8 +246,8 @@
|
||||
border: none;
|
||||
outline: none;
|
||||
background: url('/images/send.png') no-repeat;
|
||||
background-size: 90%;
|
||||
background-position: center 1px;
|
||||
background-size: 75%;
|
||||
background-position: center center;
|
||||
cursor: pointer;
|
||||
|
||||
&::before {
|
||||
|
||||
@@ -468,8 +468,8 @@ input.new-message {
|
||||
border: none;
|
||||
outline: none;
|
||||
background: url("/images/send.png") no-repeat;
|
||||
background-size: 90%;
|
||||
background-position: center 1px;
|
||||
background-size: 75%;
|
||||
background-position: center center;
|
||||
cursor: pointer; }
|
||||
.bottom-bar .send-btn::before {
|
||||
content: '+'; }
|
||||
|
||||
Reference in New Issue
Block a user