Skip to content

Commit

Permalink
Fix titlebar padding-top
Browse files Browse the repository at this point in the history
  • Loading branch information
ferndot committed Dec 10, 2014
1 parent 2c7f628 commit 064eb50
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
--radius: 3px;
}

body[os="osx"] {
padding-top: 9px;
box-sizing: border-box;
}

@media (min-resolution: 2dppx) {
:root {
--hwd-pixel: 0.5px;
Expand All @@ -32,6 +27,7 @@ body[os="osx"] {
}

[os="osx"] .tabstrip {
padding-top: 9px;
padding-left: 70px;
}

Expand Down

0 comments on commit 064eb50

Please sign in to comment.