mirror of
https://github.com/usestrix/strix.git
synced 2026-09-11 22:51:18 +00:00
Center the email report page in the content area
This commit is contained in:
parent
2a85e27dc0
commit
cfe1073650
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<title>Strix Results</title>
|
||||
<script type="module" crossorigin src="./assets/index-W1c8UAhM.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-BDEw1w2r.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-Cldwq1Im.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ export default function EmailReportView({
|
|||
const confirmationEmail = sentTo || auth?.email || email.trim();
|
||||
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<div className="mx-auto max-w-md space-y-4">
|
||||
<button
|
||||
onClick={() => onExit(verifyOnly ? "history" : "overview")}
|
||||
className="cursor-pointer inline-flex items-center gap-1.5 text-sm text-[#888] transition-colors hover:text-white"
|
||||
|
|
@ -168,7 +168,7 @@ export default function EmailReportView({
|
|||
</div>
|
||||
|
||||
<div
|
||||
className="max-w-md rounded-2xl bg-[rgba(255,255,255,0.02)] p-6"
|
||||
className="w-full rounded-2xl bg-[rgba(255,255,255,0.02)] p-6"
|
||||
style={{ border: "1px solid #2a2a2a" }}
|
||||
>
|
||||
<p className="mb-4 text-xs text-[#666]">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue