From d87c1636bd673c7b5bd101ffaf69d85a15c9caaa Mon Sep 17 00:00:00 2001 From: Fady Mondy Date: Sun, 1 Dec 2024 20:26:48 +0200 Subject: [PATCH] fix widget style --- resources/css/theme.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/resources/css/theme.css b/resources/css/theme.css index 34fdb26..1032a98 100644 --- a/resources/css/theme.css +++ b/resources/css/theme.css @@ -64,9 +64,6 @@ @apply bg-gray-100 dark:bg-gray-800; } -.fi-header .fi-ac { - @apply py-6; -} .fi-header .shrink-0 { @apply sm:mt-0; @@ -119,13 +116,13 @@ padding: 0 !important; } -.fi-main section { +.fi-main > section { @apply py-0 px-0 gap-y-0; } -.fi-page > section > div { - @apply p-6; +.fi-resource-list-records-page > section > div { + @apply px-6; } .fi-global-search {