Pin channel banner full-width under navbar

This commit is contained in:
Aaron D. Lee
2026-01-07 20:35:17 -05:00
parent b6770c46e5
commit a70e88625f

View File

@@ -38,17 +38,17 @@
}
</style>
<div class="d-flex flex-column align-items-center justify-content-center" style="min-height: 70vh;">
{% if channel_configured %}
<!-- Channel Status -->
<div class="alert alert-success mb-4 py-2 px-3" style="max-width: 320px;">
<div class="d-flex align-items-center justify-content-between small">
{% if channel_configured %}
<!-- Channel Status - pinned under nav -->
<div class="alert alert-success mb-0 py-2 rounded-0">
<div class="d-flex align-items-center justify-content-between small container">
<span><i class="bi bi-shield-lock me-2"></i><strong>Private Channel</strong></span>
<code>{{ channel_fingerprint }}</code>
</div>
</div>
{% endif %}
</div>
{% endif %}
<div class="d-flex flex-column align-items-center justify-content-center" style="min-height: 70vh;">
<!-- Hero -->
<div class="d-flex align-items-center gap-3 mb-4">