Skip to content

Commit

Permalink
Adjust image region of page proxy favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Jun 23, 2019
1 parent 7a4aa9e commit c118257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/browser/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
#page-proxy-favicon {
width: 16px;
height: 16px;
-moz-image-region: rect(0, 18px, 18px, 0);
-moz-image-region: rect(0, 16px, 16px, 0);
list-style-image: url(chrome://browser/skin/info-item.svg#state);
}

Expand Down

0 comments on commit c118257

Please sign in to comment.