feat: colmun

This commit is contained in:
2026-02-26 15:49:54 +01:00
parent f58292ce5c
commit c6da7acb38
+4 -2
View File
@@ -322,7 +322,8 @@ const PouchReady = () => {
flexDirection: isWeb ? 'row' : 'column', flexDirection: isWeb ? 'row' : 'column',
gap: 16, gap: 16,
justifyContent: 'center', justifyContent: 'center',
flexWrap: 'wrap', flexWrap: isWeb ? 'wrap' : 'nowrap',
alignItems: isWeb ? 'flex-start' : 'center',
}} }}
> >
{displayOptions.length > 0 ? ( {displayOptions.length > 0 ? (
@@ -679,7 +680,8 @@ const styles = StyleSheet.create({
maxWidth: 320, maxWidth: 320,
}, },
coverOptionCardMobile: { coverOptionCardMobile: {
width: '100%', width: 150,
alignSelf: 'center',
}, },
coverOptionCardSelected: { coverOptionCardSelected: {
borderColor: Palette.primary, borderColor: Palette.primary,