Switch to vertical stacking
This commit is contained in:
parent
8c249236ee
commit
707f7cb857
@ -1,6 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
Button,
|
Button,
|
||||||
HStack,
|
|
||||||
Input,
|
Input,
|
||||||
Link,
|
Link,
|
||||||
Modal,
|
Modal,
|
||||||
@ -20,6 +19,7 @@ import {
|
|||||||
Th,
|
Th,
|
||||||
Thead,
|
Thead,
|
||||||
Tr,
|
Tr,
|
||||||
|
VStack,
|
||||||
useToast,
|
useToast,
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
@ -58,11 +58,11 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<HStack>
|
<VStack>
|
||||||
<Radio value="0">Do Nothing</Radio>
|
<Radio value="0">Do Nothing</Radio>
|
||||||
<Radio value="1">Hide from Leaderboards</Radio>
|
<Radio value="1">Hide from Leaderboards</Radio>
|
||||||
<Radio value="2">Ban</Radio>
|
<Radio value="2">Ban</Radio>
|
||||||
</HStack>
|
</VStack>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</Td>
|
</Td>
|
||||||
<Td>
|
<Td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user