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

Updates for URL bar and tab (Windows only) #5752

Merged
merged 1 commit into from
Nov 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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