Restore compact alert-style channel banner (320px max)
This commit is contained in:
@@ -42,9 +42,11 @@
|
|||||||
|
|
||||||
{% if channel_configured %}
|
{% if channel_configured %}
|
||||||
<!-- Channel Status -->
|
<!-- Channel Status -->
|
||||||
<div class="d-flex align-items-center justify-content-between w-100 mb-2 px-2" style="max-width: 280px;">
|
<div class="alert alert-success mb-4 py-2 px-3" style="max-width: 320px;">
|
||||||
<small class="text-success"><i class="bi bi-shield-lock me-1"></i>Private Channel</small>
|
<div class="d-flex align-items-center justify-content-between small">
|
||||||
<code class="small text-muted">{{ channel_fingerprint }}</code>
|
<span><i class="bi bi-shield-lock me-2"></i><strong>Private Channel</strong></span>
|
||||||
|
<code>{{ channel_fingerprint }}</code>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user