Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
Expand header button hitboxes - Fix Issue 1264 (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferndot authored and paulrouget committed Oct 5, 2017
1 parent 5b4a8fc commit 44699b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/Browser/Navigators/Navigator/Header/NewTabButton.js
Expand Up @@ -31,13 +31,13 @@ const styleSheet = Style.createSheet({ base:
{ MozWindowDragging: 'no-drag',
WebkitAppRegion: 'no-drag',
position: 'absolute',
height: '14px',
lineHeight: '14px',
height: '30px',
lineHeight: '30px',
fontFamily: 'FontAwesome',
fontSize: '14px',
right: `${14 + 8 + 4}px`,
top: '7px',
width: '14px',
right: '30px',
top: '0',
width: '30px',
color: 'inherit',
background: 'transparent',
cursor: 'pointer'
Expand Down
10 changes: 5 additions & 5 deletions src/Browser/Navigators/Navigator/Header/ShowTabsButton.js
Expand Up @@ -31,13 +31,13 @@ const styleSheet = Style.createSheet({ base:
{ MozWindowDragging: 'no-drag',
WebkitAppRegion: 'no-drag',
position: 'absolute',
height: '14px',
lineHeight: '14px',
height: '30px',
lineHeight: '30px',
fontFamily: 'FontAwesome',
fontSize: '14px',
right: '8px',
top: '7px',
width: '14px',
right: '0',
top: '0',
width: '30px',
color: 'inherit',
background: 'transparent',
cursor: 'pointer'
Expand Down

0 comments on commit 44699b5

Please sign in to comment.