From 6dd757a49562518562de328d0b5a6f05793d9334 Mon Sep 17 00:00:00 2001 From: Z Date: Wed, 23 Oct 2019 15:41:53 +0800 Subject: [PATCH] change x and y of text on tree --- app/javascript/mastodon/features/status/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/features/status/index.js b/app/javascript/mastodon/features/status/index.js index 2763c7b0d..8c23b68ac 100644 --- a/app/javascript/mastodon/features/status/index.js +++ b/app/javascript/mastodon/features/status/index.js @@ -549,8 +549,8 @@ class Status extends ImmutablePureComponent { animated keyProp = {"statusId"} textProps={{ - dx: -4, - dy: -6 + x: -9, + y: -7 }} gProps={{ className: 'node',