Skip to content

Commit f138f55

Browse files
committed
resolve merge conflicts
1 parent ee1b120 commit f138f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

companion/extension/entrypoints/content.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineContentScript({
4040
iframeContainer.style.display = "flex";
4141
iframeContainer.style.justifyContent = "flex-end";
4242
iframeContainer.style.pointerEvents = "auto";
43-
43+
4444
// Create iframe
4545
const iframe = document.createElement("iframe");
4646
iframe.src = "http://localhost:8081";
@@ -50,7 +50,7 @@ export default defineContentScript({
5050
iframe.style.borderRadius = "0";
5151
iframe.style.backgroundColor = "white";
5252
iframe.style.boxShadow = "-2px 0 10px rgba(0,0,0,0.1)";
53-
53+
5454
iframeContainer.appendChild(iframe);
5555

5656
sidebarContainer.appendChild(iframeContainer);

0 commit comments

Comments
 (0)