fix(pdf): reduce gap under role and increase footer distance from bottom edge
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 10s
Build & Deploy / 🧪 QA (push) Failing after 1m22s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled

This commit is contained in:
2026-06-12 14:44:07 +02:00
parent a6ba484faa
commit 2f7d6befe4
13 changed files with 4 additions and 4 deletions

View File

@@ -215,8 +215,8 @@ const styles = StyleSheet.create({
bottom: 0,
left: 0,
right: 0,
height: '20mm', // Generous area for the footer
paddingBottom: '7mm', // 3mm bleed + 4mm safe margin
height: '22mm', // Increased height to accommodate more bottom padding
paddingBottom: '10mm', // Increased bottom padding to move icons further from edge
zIndex: 50,
flexDirection: 'column',
justifyContent: 'center',
@@ -302,7 +302,7 @@ const styles = StyleSheet.create({
flexDirection: 'column',
},
nameSection: {
marginBottom: '6mm', // Clear separation between name block and contact block
marginBottom: '2.5mm', // Reduced to fix the 'Lücke' under the role
},
nameText: {
fontSize: 13,
@@ -367,7 +367,7 @@ const styles = StyleSheet.create({
justifyContent: 'flex-start',
alignItems: 'center',
position: 'absolute',
bottom: '7mm', // 3mm bleed + 4mm safe margin
bottom: '10mm', // Pushed up further from the bottom edge
left: '6mm', // Match backContainer paddingLeft for flush alignment
},
addressFooterText: {