mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-21 16:58:38 +00:00
💄 style(ui): some style adjustments
This commit is contained in:
@@ -517,7 +517,7 @@ const LoginForm = () => {
|
||||
{/* 半透明遮罩层 */}
|
||||
<div className="absolute inset-0 bg-gradient-to-br from-teal-500/30 via-blue-500/30 to-purple-500/30 backdrop-blur-sm z-0"></div>
|
||||
|
||||
<div className="w-full max-w-md relative z-10">
|
||||
<div className="w-full max-w-sm relative z-10">
|
||||
{showEmailLogin || !(status.github_oauth || status.oidc_enabled || status.wechat_login || status.linuxdo_oauth || status.telegram_oauth)
|
||||
? renderEmailLoginForm()
|
||||
: renderOAuthOptions()}
|
||||
|
||||
Reference in New Issue
Block a user