mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Try out using margin instead of gap
This commit is contained in:
		| @@ -172,7 +172,7 @@ const TimelineAttachment = () => { | |||||||
|  |  | ||||||
|   return ( |   return ( | ||||||
|     <View style={{ marginTop: StyleConstants.Spacing.M, ...(isLargeDevice && { maxWidth: 375 }) }}> |     <View style={{ marginTop: StyleConstants.Spacing.M, ...(isLargeDevice && { maxWidth: 375 }) }}> | ||||||
|       <View style={{ gap: StyleConstants.Spacing.XS }}> |       <View style={{ marginBottom: StyleConstants.Spacing.XS }}> | ||||||
|         {chunk(status.media_attachments, 2).map((chunk, chunkIndex) => ( |         {chunk(status.media_attachments, 2).map((chunk, chunkIndex) => ( | ||||||
|           <View |           <View | ||||||
|             key={chunkIndex} |             key={chunkIndex} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user