Skip to content

Commit 25a76b7

Browse files
committed
Add some margin to icon
1 parent 23f8429 commit 25a76b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ function main() {
3535
width: 1em;
3636
height: 1em;
3737
display: inline-block;
38+
padding: 0.25rem;
39+
margin: 0 0.25rem;
3840
}
3941
div[id^="hypothesis__/"] .block-properties:not(.page-properties) { display: none;
4042
`);

0 commit comments

Comments
 (0)