From ff421de127f46fd76f727611c45f71c67c14c4ec Mon Sep 17 00:00:00 2001 From: Caleb <57644769+alliraine@users.noreply.github.com> Date: Thu, 15 May 2025 22:07:08 -0400 Subject: [PATCH] Fix max height of analysis view for better mobile experiance --- bin/web/src/lib/components/AnalysisView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/web/src/lib/components/AnalysisView.svelte b/bin/web/src/lib/components/AnalysisView.svelte index a5350d3..69b6ca1 100644 --- a/bin/web/src/lib/components/AnalysisView.svelte +++ b/bin/web/src/lib/components/AnalysisView.svelte @@ -13,7 +13,7 @@ }); -
+
{#if entry.analysis_report === undefined}

Report unavailable, try refreshing.

{:else if typeof(entry.analysis_report) === 'string'}