Switch to vertical stacking
This commit is contained in:
parent
8c249236ee
commit
707f7cb857
@ -1,6 +1,5 @@
|
||||
import {
|
||||
Button,
|
||||
HStack,
|
||||
Input,
|
||||
Link,
|
||||
Modal,
|
||||
@ -20,6 +19,7 @@ import {
|
||||
Th,
|
||||
Thead,
|
||||
Tr,
|
||||
VStack,
|
||||
useToast,
|
||||
} from "@chakra-ui/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="1">Hide from Leaderboards</Radio>
|
||||
<Radio value="2">Ban</Radio>
|
||||
</HStack>
|
||||
</VStack>
|
||||
</RadioGroup>
|
||||
</Td>
|
||||
<Td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user