fix: resolve login visibility issues and improve sidebar layout
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled

Corrected element ID mismatches between index.html and auth.js. Improved sidebar CSS to handle collapsed state and logo visibility correctly.
This commit is contained in:
2026-03-19 13:45:55 -04:00
parent 4120a83b67
commit 6f0a159245
3 changed files with 15 additions and 12 deletions

View File

@@ -12,16 +12,14 @@
</head>
<body class="gruvbox-dark">
<!-- Auth Page -->
<div id="auth-page" class="auth-container">
<div class="auth-card">
<div class="auth-header">
<div class="auth-logo">
<div class="logo-icon-container">
<span class="logo-icon-text">GG</span>
</div>
<div id="auth-page" class="login-container">
<div class="login-card">
<div class="login-header">
<div class="logo-icon-container">
<span class="logo-icon-text">GG</span>
</div>
<h1>GopherGate</h1>
<p>Secure LLM Gateway & Management</p>
<p class="login-subtitle">Secure LLM Gateway & Management</p>
</div>
<form id="login-form">
<div class="form-control">