Skip to content

Commit

Permalink
取消额外加的padding避免消息间距过大
Browse files Browse the repository at this point in the history
  • Loading branch information
xh321 committed Aug 2, 2024
1 parent 3cf92c7 commit e5c5d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "防撤回",
"slug": "anti_recall",
"description": "防止QQNT撤回消息",
"version": "0.2.41",
"version": "0.2.42",
"icon": "./icon.png",
"authors": [
{
Expand All @@ -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"
}
},
Expand Down
1 change: 0 additions & 1 deletion renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e5c5d51

Please sign in to comment.