From 1a2329b6c1a74d67478a3a00a59545e6bbc13e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Kr=C4=8Dek?= Date: Mon, 11 Aug 2025 17:28:32 +0200 Subject: [PATCH] Fine-tuning the layout --- .env.example | 2 -- src/lib/components/wizard/StepGallery.svelte | 4 +++- src/lib/components/wizard/StepGenerate.svelte | 12 +++++----- .../components/wizard/StepRowFilter.svelte | 1 - .../wizard/subcomponents/PhotoCrop.svelte | 6 ++--- src/lib/pdfSettings.ts | 22 +++++++++---------- 6 files changed, 24 insertions(+), 23 deletions(-) diff --git a/.env.example b/.env.example index 1e85364..cdc109c 100644 --- a/.env.example +++ b/.env.example @@ -2,8 +2,6 @@ PUBLIC_GOOGLE_CLIENT_ID="YOUR_GOOGLE_CLIENT_ID_HERE" # Face Detection Crop Configuration -# Crop aspect ratio (width:height) - e.g., 1.0 for square, 1.5 for 3:2 ratio -PUBLIC_CROP_RATIO=1.0 # Face offset from center (as percentage of crop dimensions) # Positive values move the face toward bottom-right, negative toward top-left diff --git a/src/lib/components/wizard/StepGallery.svelte b/src/lib/components/wizard/StepGallery.svelte index 5e2ae12..0fbcb09 100644 --- a/src/lib/components/wizard/StepGallery.svelte +++ b/src/lib/components/wizard/StepGallery.svelte @@ -1,6 +1,7 @@