Skip to content

Commit

Permalink
Minor code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMando committed May 28, 2024
1 parent 9da1559 commit fbe2c6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glimpse/config/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
},
"solver": "barnesHut",
"timestep": 0.25,
"adaptiveTimestep": false,
"wind": { "x": 0, "y": 0 }
},
"layout": {
"randomSeed": "0.582586794393368:1716327223219",
"improvedLayout": false,
"hierarchical": {
"enabled": false,
Expand Down
2 changes: 1 addition & 1 deletion glimpse/renderer/src/ActionBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const ActionBar = ({
layoutForm.style.display = "none";
}
graph.style.width = "80%";
circularProgress.style.left = "40%";
circularProgress.style.left = "35%";
toggleLegendRef.current(true);
}
};
Expand Down
2 changes: 1 addition & 1 deletion glimpse/renderer/src/styles/Graph.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border-radius: 50%;
background: conic-gradient(#b25a00 1deg, #333 0deg);
display: flex;
left: 40%;
left: 35%;
top: 50%;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit fbe2c6c

Please sign in to comment.