Skip to content

Commit

Permalink
Make settings page look prettier on retina screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
NV committed Jan 5, 2014
1 parent 9f7637f commit 533369a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chrome/options.css
Expand Up @@ -164,3 +164,9 @@ input {
.repeatable-invisible {
opacity: 0;
}

@media (-webkit-min-device-pixel-ratio: 2) {
html {
background-size: 6px;
}
}

0 comments on commit 533369a

Please sign in to comment.