From 39d3f9be8ea7abdc46b38bf9b29445cf10522f2d Mon Sep 17 00:00:00 2001 From: IndieKKY Date: Fri, 26 Apr 2024 14:15:41 +0800 Subject: [PATCH] optimize --- src/chrome/content-script.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chrome/content-script.cjs b/src/chrome/content-script.cjs index 5882c19..d478fe3 100644 --- a/src/chrome/content-script.cjs +++ b/src/chrome/content-script.cjs @@ -24,7 +24,7 @@ const timerIframe = setInterval(function () { const iframe = document.createElement('iframe') iframe.id = IFRAME_ID iframe.src = chrome.runtime.getURL('index.html') - iframe.style = 'border: none; width: 100%; height: 44px;' + iframe.style = 'border: none; width: 100%; height: 44px;margin-bottom: 3px;' iframe.allow = 'clipboard-read; clipboard-write;' if (vKey) { iframe.dataset[vKey] = danmukuBox?.dataset[vKey]