style(admin): align pages with dashboard tokens
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -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">
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user