feat: colmun
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user