下帯の幅の調整

This commit is contained in:
harukin-expo-dev-env 2024-09-02 08:20:12 +00:00
parent b93b41c415
commit a3e8acdf20
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ export const AddressText: FC<Props> = (props) => {
fontSize: parseInt("10%"),
color: isMatsuyama ? "white" : "#005170",
position: "absolute",
bottom: isMatsuyama ? "25.5%" : "0%",
bottom: isMatsuyama ? "27%" : "0%",
textAlign: "center",
width: "100%",
fontWeight: "bold",

View File

@ -194,7 +194,7 @@ const styleSheet = {
bottom: "0%",
left: "0%",
width: "100%",
height: "25%",
height: "27%",
backgroundColor: "#454545",
},
JRStyle: {
@ -216,7 +216,7 @@ const styleSheet = {
下帯内容B: {
position: "absolute",
bottom: "0%",
height: "25%",
height: "27%",
width: "100%",
alignItems: "center",
flexDirection: "column",