fix alt position (#5985)
This commit is contained in:
@@ -11,7 +11,7 @@ export function ExternalEmbedRemoveBtn({onRemove}: {onRemove: () => void}) {
|
|||||||
const {_} = useLingui()
|
const {_} = useLingui()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.absolute, a.pt_sm, a.pr_sm, a.z_50, {top: 0, right: 0}]}>
|
<View style={[a.absolute, {top: 8, right: 8}, a.z_50]}>
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Remove attachment`)}
|
label={_(msg`Remove attachment`)}
|
||||||
onPress={onRemove}
|
onPress={onRemove}
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ export function GifAltTextDialogLoaded({
|
|||||||
onPress={control.open}
|
onPress={control.open}
|
||||||
style={[
|
style={[
|
||||||
a.absolute,
|
a.absolute,
|
||||||
{top: 20, left: 12},
|
{top: 8, left: 8},
|
||||||
{borderRadius: 6},
|
{borderRadius: 6},
|
||||||
a.pl_xs,
|
a.pl_xs,
|
||||||
a.pr_sm,
|
a.pr_sm,
|
||||||
|
|||||||
Reference in New Issue
Block a user