warn if ELO ordering of players does not match FFE rules of >100 gap

This commit is contained in:
2025-12-12 14:38:31 +01:00
parent 0e3bc9ed23
commit df48e7d34c
2 changed files with 51 additions and 6 deletions
@@ -4,7 +4,7 @@ export const styles = StyleSheet.create({
page: {
flexDirection: "column",
paddingHorizontal: 30,
paddingVertical: 10,
paddingVertical: 20,
fontSize: 10,
},
header: { marginBottom: 10, textAlign: "center" },
@@ -64,7 +64,7 @@ export const styles = StyleSheet.create({
footer: {
position: "absolute",
zIndex: 1,
bottom: 40,
bottom: 10,
left: 0,
right: 0,
fontSize: 8,