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 #5752 from bsclifton/windows-font-updates
Browse files Browse the repository at this point in the history
Updates for URL bar and tab (Windows only)
  • Loading branch information
bsclifton authored Nov 21, 2016
2 parents 99aadab + 7d27f0f commit 1611e8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
6 changes: 5 additions & 1 deletion less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
.reloadButton {
margin: 0 3px 2px 3px;
}
input {
font-weight: 500;
margin: 1px 0 0 3px;
}
}

#urlInput { width: 100%; }
Expand Down Expand Up @@ -581,7 +585,7 @@
width: 26px;
margin-left: -3px;
margin-right: 6px;

&.nav {
margin-left: 4px;
margin-right: 1px;
Expand Down
13 changes: 13 additions & 0 deletions less/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

@import "variables.less";

// Windows specific styles
.platform--win32 {
.tab {
color: #555;

.tabTitle {
font-weight: 500;
font-size: 12px;
height: 18px;
}
}
}

.tabs {
box-sizing: border-box;
display: flex;
Expand Down

0 comments on commit 1611e8a

Please sign in to comment.