From cb704a2f2769fffb1e550a31eddeef913a45573e Mon Sep 17 00:00:00 2001 From: Aaron Roberts Date: Tue, 9 Jun 2026 18:13:11 +0100 Subject: [PATCH] Double image/text section height to 130vh Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/App.jsx | 2 +- frontend/src/components/JobsPanel.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 9ca0dcf..bf50028 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -239,7 +239,7 @@ function App() { className="flex flex-col gap-4" > {/* Image + Text */} -
+
{imagePreview && typeof imagePreview === 'string' ? (
{/* Image + Text */} -
+