Pull channel banner tight under navbar with negative margins

This commit is contained in:
Aaron D. Lee
2026-01-07 20:37:05 -05:00
parent a70e88625f
commit 231ba97fde

View File

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