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}
</Text>
<View style={{ flex: 1 }} />
<View style={{ position: "relative", width: 0 }}>
{points ? (
<Text style={{ fontSize: 20, marginRight: 70 }}>🚊</Text>
<Text style={{ fontSize: 20, position: "absolute", left: -60 }}>
🚊
</Text>
) : null}
</View>
{!isNaN(currentTrainData?.delay) && currentTrainData?.delay != 0 && (
<Text
style={{