Fix awful styling
This commit is contained in:
parent
826a849707
commit
c72e33dad6
@ -27,13 +27,14 @@ export default function () {
|
||||
<Textarea
|
||||
id="cookie-box"
|
||||
placeholder="Paste your .ROBLOSECURITY cookie here"
|
||||
pt="16px"
|
||||
mt="16px"
|
||||
style={{ display: showCookieBox ? "initial" : "none" }}
|
||||
/>
|
||||
<Button
|
||||
colorScheme="blue"
|
||||
isLoading={loading}
|
||||
loadingText="Processing..."
|
||||
mt="16px"
|
||||
onClick={async () => {
|
||||
setLoading(true);
|
||||
const createTransferReq = await fetch("/api/data-transfers/create", {
|
||||
@ -67,7 +68,6 @@ export default function () {
|
||||
((await createTransferReq.json()) as { url: string }).url,
|
||||
);
|
||||
}}
|
||||
pt="32px"
|
||||
>
|
||||
Continue
|
||||
</Button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user