set maxwidth on feed context string (#8817)

This commit is contained in:
Samuel Newman
2025-08-12 02:57:32 +03:00
committed by GitHub
parent 3ce14b0c6f
commit 86b53e7bcc
@@ -32,8 +32,7 @@ export function DiscoverDebug({
hitSlop={10}
style={[
a.absolute,
a.bottom_0,
{zIndex: 1000},
{zIndex: 1000, maxWidth: 65, bottom: -4},
gtMobile ? a.right_0 : a.left_0,
]}
onPress={e => {
@@ -42,6 +41,7 @@ export function DiscoverDebug({
Toast.show(t`Copied to clipboard`, 'clipboard-check')
}}>
<Text
numberOfLines={1}
style={{
color: theme.palette.contrast_400,
fontSize: 7,