Auth UI: reliably hide navbar on login via body_class; add .auth-logo sized ~button width; restart

This commit is contained in:
HotSwapp
2025-10-07 21:59:40 -05:00
parent bb68c489ee
commit 2a7d91da54
3 changed files with 13 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
{% block extra_head %}{% endblock %}
</head>
<body>
<body class="{% block body_class %}{% endblock %}">
{% block navbar %}
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container-fluid">