From 06a8f96fc28d0045d87ca64a592d93bae58fe95c Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 31 Dec 2020 10:18:37 +0100 Subject: [PATCH] DownloadGraph: Set `maintainAspectRatio: false` and use `min-height` instead Without this the graph looks very pressed together on mobile devices --- app/components/download-graph.hbs | 5 +---- app/components/download-graph.js | 1 + app/components/download-graph.module.css | 4 ---- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/app/components/download-graph.hbs b/app/components/download-graph.hbs index 03298ee6716..5b33ab5f5b7 100644 --- a/app/components/download-graph.hbs +++ b/app/components/download-graph.hbs @@ -1,8 +1,5 @@