Pin channel banner full-width under navbar
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user