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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user