Skip to content

Commit

Permalink
add padding to pinned layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten Klitzke committed Jan 28, 2016
1 parent aea64ce commit 51dd4ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ if (backgroundUrl) {
}\
img[src*="ic_zero_inbox"] {\
display: none !important;\
}\
img[src*="ic_zero_pinned"] {\
padding-top: 10px !important;\
}',
head = document.head || document.getElementsByTagName('head')[0],
style = document.createElement('style');
Expand Down

0 comments on commit 51dd4ad

Please sign in to comment.