Auth UI: hide navbar on login via base navbar block; keep footer; remove circular logo styling; widen auth wrapper; restart container

This commit is contained in:
HotSwapp
2025-10-07 21:50:18 -05:00
parent 180314d43d
commit bb68c489ee
3 changed files with 14 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
{% block extra_head %}{% endblock %}
</head>
<body>
<!-- Navigation -->
{% block navbar %}
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container-fluid">
<a class="navbar-brand" href="/">
@@ -69,6 +69,7 @@
</div>
</div>
</nav>
{% endblock %}
<!-- Main Content -->
<main class="container-fluid mt-4">

View File

@@ -2,6 +2,8 @@
{% block title %}Login - Delphi Database{% endblock %}
{% block navbar %}{% endblock %}
{% block content %}
<div class="container auth-wrapper">
<div class="row justify-content-center">