diff --git a/src/app/globals.css b/src/app/globals.css index 79d15bc77..10aa2bde5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -41,12 +41,12 @@ body { /* Page */ .page-container { - @apply container mx-auto px-middle py-5; + @apply max-w-8xl w-full mx-auto px-middle py-5; } /* User */ .user-connect-wallet { - @apply flex h-9 shrink-0 items-center gap-middle rounded-middle bg-primary px-large transition lg:h-8 lg:hover:bg-primary/80 lg:active:translate-y-1; + @apply flex h-9 shrink-0 items-center gap-middle rounded-middle bg-primary px-large transition lg:hover:bg-primary/80 lg:active:translate-y-1; } .user-dropdown-item { @apply inline-flex items-center gap-middle rounded-middle px-middle py-small text-start transition hover:bg-white/10 lg:active:translate-y-1; diff --git a/src/components/chain-identity.tsx b/src/components/chain-identity.tsx index bbb0c7f76..a41d6794d 100644 --- a/src/components/chain-identity.tsx +++ b/src/components/chain-identity.tsx @@ -7,7 +7,7 @@ export default function ChainIdentity() { const config = getChainConfig(chain?.id); return chain ? ( -
+
{config ? ( - Faucet + Faucet -
+
{/* Copyright */} {`© ${new Date().getFullYear()} Helix Bridge`} diff --git a/src/components/header.tsx b/src/components/header.tsx index 0bec3b7fd..1769ec100 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -44,7 +44,7 @@ export default function Header() { return ( <>
-
+
{/* Left */}
{/* Logo */} diff --git a/src/components/transaction-status.tsx b/src/components/transaction-status.tsx index ff9ec4182..f9cf20c1a 100644 --- a/src/components/transaction-status.tsx +++ b/src/components/transaction-status.tsx @@ -189,7 +189,7 @@ export default function TransactionStatus({ record }: Props) { {record?.result === RecordResult.PENDING_TO_CLAIM && (
Please claim the tokens on the target chain. -
@@ -198,7 +198,7 @@ export default function TransactionStatus({ record }: Props) { {record?.result === RecordResult.PENDING_TO_REFUND && (
Please request refund on the target chain. -
@@ -209,10 +209,10 @@ export default function TransactionStatus({ record }: Props) { You can request refund or speed up this transaction. - -
diff --git a/src/components/transfer-action.tsx b/src/components/transfer-action.tsx index 57e961c12..7d2d05025 100644 --- a/src/components/transfer-action.tsx +++ b/src/components/transfer-action.tsx @@ -121,7 +121,7 @@ function Button({ kind="primary" busy={busy} disabled={disabled} - className="flex h-8 items-center justify-center rounded-middle lg:h-9" + className="flex h-10 items-center justify-center rounded-middle" onClick={onClick} > {children} diff --git a/src/components/transfer.tsx b/src/components/transfer.tsx index 535539658..07cbe9528 100644 --- a/src/components/transfer.tsx +++ b/src/components/transfer.tsx @@ -184,7 +184,7 @@ export default function Transfer() {
{/* From-To */}
-