From 43ccb90a92fdd9cad60bf05117bd4f9750d5bb6f Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 3 Sep 2016 14:36:40 -0700 Subject: [PATCH] Fix size of microphone icon // FREEBIE --- stylesheets/_recorder.scss | 2 +- stylesheets/manifest.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_recorder.scss b/stylesheets/_recorder.scss index 232903795..22f2f76be 100644 --- a/stylesheets/_recorder.scss +++ b/stylesheets/_recorder.scss @@ -17,7 +17,7 @@ &:before { content: ''; display: inline-block; - height: 100%; + height: 24px; width: 24px; @include color-svg('/images/microphone.svg', $grey); } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index e5fe13ac2..ad1b52ff4 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -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%;