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',
gap: 16,
justifyContent: 'center',
flexWrap: 'wrap',
flexWrap: isWeb ? 'wrap' : 'nowrap',
alignItems: isWeb ? 'flex-start' : 'center',
}}
>
{displayOptions.length > 0 ? (
@@ -679,7 +680,8 @@ const styles = StyleSheet.create({
maxWidth: 320,
},
coverOptionCardMobile: {
width: '100%',
width: 150,
alignSelf: 'center',
},
coverOptionCardSelected: {
borderColor: Palette.primary,