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> </style>
<div class="d-flex flex-column align-items-center justify-content-center" style="min-height: 70vh;"> {% if channel_configured %}
<!-- Channel Status - pinned under nav -->
{% if channel_configured %} <div class="alert alert-success mb-0 py-2 rounded-0">
<!-- Channel Status --> <div class="d-flex align-items-center justify-content-between small container">
<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">
<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;">
<!-- Hero --> <!-- Hero -->
<div class="d-flex align-items-center gap-3 mb-4"> <div class="d-flex align-items-center gap-3 mb-4">