Skip to content

Commit

Permalink
fix widget style
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Dec 1, 2024
1 parent 171c486 commit d87c163
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions resources/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit d87c163

Please sign in to comment.