cssの調整

This commit is contained in:
harukin-expo-dev-env 2024-10-23 08:00:09 +00:00
parent 6440cff928
commit eeb3993c71

View File

@ -107,9 +107,14 @@ export const EachStopList = ({
{station} {station}
</Text> </Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
{points ? ( <View style={{ position: "relative", width: 0 }}>
<Text style={{ fontSize: 20, marginRight: 70 }}>🚊</Text> {points ? (
) : null} <Text style={{ fontSize: 20, position: "absolute", left: -60 }}>
🚊
</Text>
) : null}
</View>
{!isNaN(currentTrainData?.delay) && currentTrainData?.delay != 0 && ( {!isNaN(currentTrainData?.delay) && currentTrainData?.delay != 0 && (
<Text <Text
style={{ style={{