Browse Source

change size of tree graph

pull/4/head
欧醚 4 years ago
parent
commit
2bb6238dc8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/mastodon/features/status/index.js

+ 2
- 2
app/javascript/mastodon/features/status/index.js View File

@ -528,8 +528,8 @@ class Status extends ImmutablePureComponent {
{showTree ?
<Tree
data={tree_data}
height={300}
width={500}
height={700}
width={570}
animated
svgProps={{
className: 'tree-svg'

Loading…
Cancel
Save