style(admin): align pages with dashboard tokens

This commit is contained in:
2026-09-13 21:44:13 +08:00
parent b8c1ee1f2d
commit 6836cd529e
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -94,9 +94,7 @@ const secrets = { ai: Boolean(env.AI_API_KEY), tavily: Boolean(env.TAVILY_API_KE
{error && <p class="err" style="margin-bottom:16px">{error}</p>}
{
notice && (
<p class="badge published" style="display:inline-block;margin-bottom:16px;padding:6px 14px">
✓ {notice}
</p>
<p class="notice">✓ {notice}</p>
)
}
+1 -1
View File
@@ -59,7 +59,7 @@ const settings = await getSettings(db);
{error && <p class="err" style="margin-bottom:16px">{error}</p>}
{saved && <p class="badge published" style="display:inline-block;margin-bottom:16px;padding:6px 14px">✓ 已儲存</p>}
{saved && <p class="notice">✓ 已儲存</p>}
<form method="post">
{