Shifted signature panel left

X-Lovable-Edit-ID: edt-f4c11041-5352-4cb8-b879-8a5848f027a2
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 18:35:24 +00:00
co-authored by renee-png
+1 -1
View File
@@ -274,7 +274,7 @@ export async function downloadPleadingPdf(input: PleadingInput, filename: string
// Signature block (above footnotes) — right-side, indented ~2/3 of page width
const sig = input.signature;
const SIG_X = MARGIN + CONTENT_W * (2 / 3);
const SIG_X = MARGIN + CONTENT_W * (2 / 3) - 54; // shifted 0.75" left
if (sig && (sig.block?.trim() || sig.imageDataUrl || sig.typed?.trim())) {
ensureSpace(LINE_H * 6);
y += LINE_H * 1.5;