diff --git a/apps/rebreak-native/app/profile/index.tsx b/apps/rebreak-native/app/profile/index.tsx index 64d23cf..a70cd10 100644 --- a/apps/rebreak-native/app/profile/index.tsx +++ b/apps/rebreak-native/app/profile/index.tsx @@ -156,7 +156,7 @@ export default function ProfileScreen() { return ( - + - {/* TEMP DEBUG-MARKER nach ProfileHeader — wenn sichtbar: ProfileHeader voll rendered, Rest wird unterdrückt */} - - - DEBUG-AFTER-PROFILE-HEADER 2311 - - - ({ + width: '100%', flexDirection: 'row', alignItems: 'center', gap: 12, paddingHorizontal: 14, + paddingVertical: 12, minHeight: 56, borderBottomWidth: i < section.rows.length - 1 ? 1 : 0, borderBottomColor: 'rgba(0,0,0,0.04)', @@ -425,6 +427,7 @@ export default function SettingsScreen() { alignItems: 'center', justifyContent: 'center', flexShrink: 0, + flexGrow: 0, }} > - + {row.sublabel ? ( ({ alignSelf: 'stretch', + width: '100%', marginTop: 14, paddingHorizontal: 14, - paddingVertical: 10, + paddingVertical: 12, borderRadius: 12, backgroundColor: '#f5f8ff', borderWidth: 1, @@ -221,10 +222,13 @@ export function ProfileHeader({ opacity: pressed ? 0.7 : 1, })} > - + Hilf uns rebreak besser zu machen — fülle deine anonymen Daten aus. - + ) : null}