improve ui

This commit is contained in:
YouXam
2025-08-27 21:50:08 +08:00
parent 36fdbd0ef4
commit 5c37db5115
2 changed files with 151 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ export function LoginPage({ onLogin, isLoading, error }: LoginPageProps) {
};
return (
<div className="min-h-screen bg-background flex flex-col justify-center py-12 sm:px-6 lg:px-8">
<div className="min-h-screen bg-background flex flex-col justify-center py-12 px-2 sm:px-6 lg:px-8">
<div className="sm:mx-auto sm:w-full sm:max-w-md">
<div className="text-center">
<h1 className="text-3xl font-bold text-foreground">Claude Code Usage Dashboard</h1>