Skip to content

Commit

Permalink
Add some margin to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
c6p committed Sep 26, 2021
1 parent 23f8429 commit 25a76b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ function main() {
width: 1em;
height: 1em;
display: inline-block;
padding: 0.25rem;
margin: 0 0.25rem;
}
div[id^="hypothesis__/"] .block-properties:not(.page-properties) { display: none;
`);
Expand Down

0 comments on commit 25a76b7

Please sign in to comment.