diff --git a/manifest.json b/manifest.json index ca29e0d..e5ca35e 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "防撤回", "slug": "anti_recall", "description": "防止QQNT撤回消息", - "version": "0.2.41", + "version": "0.2.42", "icon": "./icon.png", "authors": [ { @@ -16,7 +16,7 @@ "repo": "xh321/LiteLoaderQQNT-Anti-Recall", "branch": "master", "release": { - "tag": "0.2.41", + "tag": "0.2.42", "file": "qq-anti-recall.zip" } }, diff --git a/renderer.js b/renderer.js index 8d58f30..3ae1661 100644 --- a/renderer.js +++ b/renderer.js @@ -459,7 +459,6 @@ async function patchCss() { stylee.id = "anti-recall-css"; var sHtml = ` .message-content__wrapper { - padding: 10px 10px 10px 10px; color: var(--bubble_guest_text); display: flex; grid-row-start: content;