diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-05-19 19:35:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 09:35:06 -0700 |
commit | ca6c96f50978a3cf1eb240479baeaf7df0c0fed6 (patch) | |
tree | c650a115b7ca37a44bcde372547a322a8f31783d | |
parent | 4ef7a6b64cdc9e8cb02975a2d14fa5406626756c (diff) | |
download | voidsky-ca6c96f50978a3cf1eb240479baeaf7df0c0fed6.tar.zst |
fix view collapse on android (#8390)
-rw-r--r-- | src/components/live/LiveStatusDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/live/LiveStatusDialog.tsx b/src/components/live/LiveStatusDialog.tsx index c892dea58..a79265ad6 100644 --- a/src/components/live/LiveStatusDialog.tsx +++ b/src/components/live/LiveStatusDialog.tsx @@ -134,7 +134,7 @@ export function LiveStatus({ ? [a.px_xl, !embed.external.thumb ? a.pt_2xl : a.pt_lg] : a.p_lg, ]}> - <View style={[a.flex_1, a.justify_center, a.gap_2xs]}> + <View style={[a.w_full, a.justify_center, a.gap_2xs]}> <Text numberOfLines={3} style={[a.leading_snug, a.font_bold, a.text_xl]}> |