Skip to content

Commit

Permalink
Revert change to graph size
Browse files Browse the repository at this point in the history
Was intended to improve experience on mobile but didn't.
  • Loading branch information
Zentrik committed Apr 27, 2024
1 parent 086befc commit 11886b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async function renderGraph(
chartRef: Ref<HTMLElement | null>
) {
const opts: GraphRenderOpts = {
width: Math.min(window.innerWidth / 2 - 40, 380),
width: Math.min(window.innerWidth - 40, 465),
renderTitle: false
};
if (date !== null) {
Expand Down

0 comments on commit 11886b2

Please sign in to comment.