forked from mirrors/claude-code-usage-dashboard
improve ui
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user