From 924e64f0d4038d718e39d88bbbbba9146de49e70 Mon Sep 17 00:00:00 2001 From: pollutri Date: Thu, 14 May 2026 16:46:49 +0200 Subject: [PATCH] Font e text fixed --- app/admin/page.tsx | 6 +++--- app/globals.css | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) 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; +}