Skip to content

Commit a8a019d

Browse files
committed
align
1 parent d135772 commit a8a019d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
button.id = 'copilot-request-review-btn';
9595
button.className = 'Button Button--iconOnly Button--secondary Button--small';
9696
button.type = 'button';
97-
button.style.cssText = 'margin-left: 4px; padding-right: 1px; position: relative; top: -4px;';
97+
button.style.cssText = 'margin-left: 4px; margin-right: 4px; position: relative; top: -4px;';
9898
button.title = 'Request Copilot review for draft PR';
9999
const playIcon = `
100-
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" width="16" class="octicon" style="position: relative; left: 1px;">
100+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" width="16" class="octicon" style="position: relative; margin-top: 0;">
101101
<path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215Z"></path>
102102
</svg>
103103
`;

0 commit comments

Comments
 (0)