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

Commit

Permalink
Merge pull request #8296 from brave/revert-8260-tabs-height
Browse files Browse the repository at this point in the history
Revert "Increase tabs bar height by 2px"
  • Loading branch information
luixxiul authored Apr 13, 2017
2 parents 2cb21dd + b37265d commit 32d3091
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/renderer/components/styles/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ const globalStyles = {
navbarHeight: '36px',
downloadsBarHeight: '50px',
tabsToolbarHeight: '28px',
tabPagesHeight: '5px',
tabPagesHeight: '7px',
bookmarksToolbarHeight: '24px',
bookmarksToolbarWithFaviconsHeight: '24px',
bookmarksFileIconSize: '13px',
bookmarksFolderIconSize: '15px',
navbarMenubarMargin: '4px',
navbarMenubarMargin: '7px',
navbarButtonSpacing: '4px',
navbarButtonWidth: '20px',
navbarBraveButtonWidth: '23px',
Expand Down
4 changes: 2 additions & 2 deletions app/renderer/components/styles/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const styles = StyleSheet.create({
boxSizing: 'border-box',
color: '#5a5a5a',
display: 'flex',
height: '26px',
height: '24px',
marginTop: '0',
transition: `transform 200ms ease, ${globalStyles.transition.tabBackgroundTransition}`,
left: '0',
Expand Down Expand Up @@ -94,7 +94,7 @@ const styles = StyleSheet.create({

active: {
background: `rgba(255, 255, 255, 1.0)`,
height: '26px',
height: '24px',
marginTop: '0',
borderWidth: '0 1px 0 0',
borderStyle: 'solid',
Expand Down
6 changes: 3 additions & 3 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@

@navbarHeight: 36px;
@downloadsBarHeight: 60px;
@tabsToolbarHeight: 26px;
@tabPagesHeight: 5px;
@tabsToolbarHeight: 24px;
@tabPagesHeight: 7px;
@bookmarksToolbarHeight: 24px;
@bookmarksToolbarWithFaviconsHeight: 24px;
@bookmarksFileIconSize: 13px;
@bookmarksFolderIconSize: 15px;

@navbarMenubarMargin: 4px;
@navbarMenubarMargin: 7px;
@navbarButtonSpacing: 4px;
@navbarButtonWidth: 20px;
@navbarBraveButtonWidth: 23px;
Expand Down

0 comments on commit 32d3091

Please sign in to comment.