mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix size of microphone icon
// FREEBIE
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
&:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
@include color-svg('/images/microphone.svg', $grey);
|
||||
}
|
||||
|
||||
@@ -586,7 +586,7 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
|
||||
.capture-audio .microphone:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
-webkit-mask: url("/images/microphone.svg") no-repeat center;
|
||||
-webkit-mask-size: 100%;
|
||||
|
||||
Reference in New Issue
Block a user