From 9f4318cc0f7798aafd140b4fecb388bbf773e1cb Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 20:34:01 -0500 Subject: [PATCH] Move channel status above hero, same width --- frontends/web/templates/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/frontends/web/templates/index.html b/frontends/web/templates/index.html index fc49621..166a56a 100644 --- a/frontends/web/templates/index.html +++ b/frontends/web/templates/index.html @@ -40,6 +40,14 @@
+ {% if channel_configured %} + +
+ Private Channel + {{ channel_fingerprint }} +
+ {% endif %} +
Stegasoo @@ -49,10 +57,6 @@
- {% if channel_configured %} - {{ channel_fingerprint }} - {% endif %} -
Encode