tweak sidebar

This commit is contained in:
Abel Luck 2026-03-30 14:18:51 +02:00
parent 51728a5401
commit 90674e6515

View file

@ -79,19 +79,12 @@ def admin_sidebar(*, current_path: str) -> Renderable:
badge="3", badge="3",
), ),
], ],
h.div(class_="mt-10 rounded-3xl border border-white/10 bg-white/5 p-5")[
h.p(
class_="text-xs font-semibold uppercase tracking-[0.22em] text-amber-300"
)["Operator notes"],
h.p(class_="mt-3 text-sm leading-6 text-slate-300")[
"Single-operator control plane over Tailscale. The current pass is layout only, but it follows the new full-page Datastar render pattern."
],
],
h.div(class_="mt-auto rounded-3xl bg-white/5 p-5 ring-1 ring-white/10")[ h.div(class_="mt-auto rounded-3xl bg-white/5 p-5 ring-1 ring-white/10")[
h.p(class_="text-sm font-semibold text-white")["Output root"], h.p(class_="text-sm font-semibold text-white")[
h.p(class_="mt-2 font-mono text-sm text-slate-300")["/srv/anynews/out"], "AnyNews Republisher v2.0"
],
h.p(class_="mt-4 text-xs uppercase tracking-[0.22em] text-slate-400")[ h.p(class_="mt-4 text-xs uppercase tracking-[0.22em] text-slate-400")[
"Trusted network only" "by Guardian Project"
], ],
], ],
], ],