diff --git a/app/admin/page.tsx b/app/admin/page.tsx index 3089c32..236dd96 100644 --- a/app/admin/page.tsx +++ b/app/admin/page.tsx @@ -553,8 +553,8 @@ export default function AdminDashboard() { className="w-5 h-5 text-blue-600 rounded mt-0.5" />
- Skip preview - Don’t show the cover as a slide in the gallery. The cover stays as the card thumbnail only. Combine with “Auto fullscreen” to jump straight into the gallery items. + Don’t show the cover as a slide in the gallery. + The cover stays as the card thumbnail only. Combine with “Auto fullscreen” to jump straight into the gallery items.
@@ -584,7 +584,7 @@ export default function AdminDashboard() { {/* Gallery Media (images + videos + PDFs) */}
otherwise). */ +select, +option, +input, +textarea, +button { + font-family: inherit; +}