Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Ensure audio icon on tab is vertically centered (it only seemed to be…
Browse files Browse the repository at this point in the history
… a problem on Windows, > 100% DPI) (#7854)

Fixes #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
  • Loading branch information
bsclifton authored and cezaraugusto committed Mar 23, 2017
1 parent 0cb879a commit 3525fdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/renderer/components/tabContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ const styles = StyleSheet.create({
},

audioIcon: {
color: globalStyles.color.highlightBlue
color: globalStyles.color.highlightBlue,
fontSize: '16px'
},

newSession: {
Expand Down

0 comments on commit 3525fdb

Please sign in to comment.