From 1f08658b9bf3abd705b81f2f0c92c249a9a01c01 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 24 May 2020 23:59:51 -0400 Subject: [PATCH] Fix --- commands/edit-image/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/tweet.js b/commands/edit-image/tweet.js index d93bbd24..4a002ce6 100644 --- a/commands/edit-image/tweet.js +++ b/commands/edit-image/tweet.js @@ -80,7 +80,7 @@ module.exports = class TweetCommand extends Command { ctx.fillText(time, 31, 275); const timeLen = ctx.measureText(time).width; ctx.fillStyle = '#1b95e0'; - ctx.fillText('Twitter for Xiao', 31 + timeLen + 10, 275); + ctx.fillText('Twitter for Xiao', 31 + timeLen + 8, 275); ctx.fillStyle = '#8899a6'; ctx.font = '16px Noto'; ctx.fillText(this.formatNumber(replies), 87, 463);