Added printing

This commit is contained in:
2025-11-27 00:23:14 +00:00
parent 44b57f91a8
commit c7529500d1

4
app.py
View File

@@ -908,8 +908,8 @@ TPL_INFO_PAGE = """
</div>
{% if admin_secrets %}
<div class="rounded-2xl border border-slate-800 bg-slate-900/60">
<div class="p-4 border-b border-slate-800 flex items-center justify-between print-block">
<div class="rounded-2xl border border-slate-800 bg-slate-900/60 print-block">
<div class="p-4 border-b border-slate-800 flex items-center justify-between ">
<h2 class="text-lg font-semibold">Admin Quick Notes</h2>
<span class="text-xs text-slate-400">Visible to admins only</span>
</div>