瀏覽代碼

Font e text fixed

Sviluppo_Carrello_Immagini
Lorenzo Pollutri 1 月之前
父節點
當前提交
924e64f0d4
共有 2 個檔案被更改,包括 12 行新增3 行删除
  1. +3
    -3
      app/admin/page.tsx
  2. +9
    -0
      app/globals.css

+ 3
- 3
app/admin/page.tsx 查看文件

@@ -553,8 +553,8 @@ export default function AdminDashboard() {
className="w-5 h-5 text-blue-600 rounded mt-0.5"
/>
<div>
<span className="block text-sm font-semibold text-gray-900">Skip preview</span>
<span className="block text-xs text-gray-600">Don&rsquo;t show the cover as a slide in the gallery. The cover stays as the card thumbnail only. Combine with &ldquo;Auto fullscreen&rdquo; to jump straight into the gallery items.</span>
<span className="block text-sm font-semibold text-gray-900">Don&rsquo;t show the cover as a slide in the gallery.</span>
<span className="block text-xs text-gray-600">The cover stays as the card thumbnail only. Combine with &ldquo;Auto fullscreen&rdquo; to jump straight into the gallery items.</span>
</div>
</label>
</div>
@@ -584,7 +584,7 @@ export default function AdminDashboard() {
{/* Gallery Media (images + videos + PDFs) */}
<div>
<label className="block text-sm font-semibold text-gray-800 mb-1">
Gallery Media <span className="text-gray-400 font-normal text-xs">(images, videos or PDFs — PDF pages become slides)</span>
Gallery Media <span className="text-gray-400 font-normal text-xs">(images, videos or PDFs — PDF pages become images)</span>
</label>
<div className="border-2 border-dashed border-gray-300 rounded-lg p-3 hover:bg-gray-50 transition-colors">
<input


+ 9
- 0
app/globals.css 查看文件

@@ -24,3 +24,12 @@ body {
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
}

/* Force native form controls to inherit the page font (Firefox/Chromium use the OS UI font for <option> otherwise). */
select,
option,
input,
textarea,
button {
font-family: inherit;
}

Loading…
取消
儲存