mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-22 06:28:42 -04:00
Change obscuration placement and alignment (#2638)
This commit is contained in:
committed by
GitHub
parent
1cabf488e3
commit
cfda3de82d
@@ -40,13 +40,7 @@ const LocationSection = ( {
|
||||
observation={observation}
|
||||
handleLocationPickerPressed={handleLocationPickerPressed}
|
||||
/>
|
||||
{observation.obscured && (
|
||||
<ObscurationExplanation
|
||||
textClassName="ml-[20px] mt-[10px]"
|
||||
observation={observation}
|
||||
currentUser={currentUser}
|
||||
/>
|
||||
) }
|
||||
|
||||
{observation && (
|
||||
<View className="mt-2">
|
||||
<DateDisplay
|
||||
@@ -64,6 +58,13 @@ const LocationSection = ( {
|
||||
/>
|
||||
</View>
|
||||
)}
|
||||
{observation.obscured && (
|
||||
<ObscurationExplanation
|
||||
textClassName="mt-[10px]"
|
||||
observation={observation}
|
||||
currentUser={currentUser}
|
||||
/>
|
||||
) }
|
||||
</View>
|
||||
<View className={classnames( cardClass )} />
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user