login page style update

remove text and enlarge logo

frdel committed Jul 28, 2026 at 16:15 UTC c3b6caddd2a787f7620c55c7a1edd5b342d1f68f
2 files changed +3 -8
webui/login.css
+2 -6
@@ -34,13 +34,9 @@ input {
34 }
35
36 .logo {
37 - width: 80px;
38 - height: 80px;
37 + width: min(55vw, 12.5rem);
38 + height: auto;
39 border-radius: 0.3125rem; /* Match the main page logo style */
40 - margin-bottom: 1rem;
41 -}
42 -
43 -h2 {
40 margin-bottom: 2rem;
41 }
42
webui/login.html
+1 -2
@@ -14,7 +14,6 @@
14 <input type="hidden" name="next" value="{{ next }}">
15 {% endif %}
16 <img src="/public/splash.jpg" alt="Agent Zero Logo" class="logo">
17 - <h2>Agent Zero</h2>
17 <div class="input-group">
18 <label for="username">Username</label>
19 <input type="text" id="username" name="username" required>
@@ -30,4 +29,4 @@
29 </form>
30 </div>
31 </body>
33 -</html>
\ No newline at end of file
32 +</html>