From 3525fdb184f24bd2342c12685b075a538249f5c6 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Thu, 23 Mar 2017 08:48:54 -0700 Subject: [PATCH] Ensure audio icon on tab is vertically centered (it only seemed to be a problem on Windows, > 100% DPI) (#7854) 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 2a8e059edd9..86b5a680456 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: {