From 0936212911ebfa428868c57a6b93ec4a88339d51 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Thu, 23 Mar 2017 01:22:40 -0700 Subject: [PATCH] Ensure audio icon on tab is vertically centered (it only seemed to be a problem on Windows, > 100% DPI) Fixes https://github.com/brave/browser-laptop/issues/7815 Auditors: @cezaraugusto, @srirambv Test Plan: 1. Be on a Windows machine which is set at 125% DPI 2. Launch Brave and visit youtube.com 3. Click the first link you see and let the video play 4. Ensure you're at a # of tabs where audio icon is showing (if not, close some tabs) 5. Audio icon should look vertically centered now --- app/renderer/components/tabContent.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/renderer/components/tabContent.js b/app/renderer/components/tabContent.js index 2a8e059edd..86b5a68045 100644 --- a/app/renderer/components/tabContent.js +++ b/app/renderer/components/tabContent.js @@ -290,7 +290,8 @@ const styles = StyleSheet.create({ }, audioIcon: { - color: globalStyles.color.highlightBlue + color: globalStyles.color.highlightBlue, + fontSize: '16px' }, newSession: {