Improve clickable surface interactions
This commit is contained in:
@@ -214,24 +214,29 @@ export const StandardSiteEmbed = ({
|
|||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
{!view.source && (
|
||||||
|
<View style={[a.px_md]}>
|
||||||
|
<Divider />
|
||||||
|
<View style={[a.py_sm]}>
|
||||||
|
<StandardSiteMetaRow view={view} />
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View style={[a.z_20]}>
|
<View style={[a.z_20]}>
|
||||||
<View style={[a.px_md]}>
|
{view.source && (
|
||||||
<Divider />
|
<>
|
||||||
</View>
|
<Divider />
|
||||||
{view.source ? (
|
<PublicationFooter
|
||||||
<PublicationFooter
|
view={view}
|
||||||
view={view}
|
onPress={onPress}
|
||||||
onPress={onPress}
|
onLongPress={onLongPress}
|
||||||
onLongPress={onLongPress}
|
themeColors={themeColors}
|
||||||
themeColors={themeColors}
|
hideSubscribe={hideSubscribe}
|
||||||
hideSubscribe={hideSubscribe}
|
/>
|
||||||
/>
|
</>
|
||||||
) : (
|
|
||||||
<View style={[a.px_md, a.py_sm, a.pointer_events_none]}>
|
|
||||||
<StandardSiteMetaRow view={view} />
|
|
||||||
</View>
|
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user