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,18 +38,18 @@
} }
</style> </style>
<div class="d-flex flex-column align-items-center justify-content-center" style="min-height: 70vh;">
{% if channel_configured %} {% if channel_configured %}
<!-- Channel Status --> <!-- Channel Status - pinned under nav -->
<div class="alert alert-success mb-4 py-2 px-3" style="max-width: 320px;"> <div class="alert alert-success mb-0 py-2 rounded-0">
<div class="d-flex align-items-center justify-content-between small"> <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> <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">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="80"> <img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="80">