adjust table of document with mx auto, add pagination to Documents Component

This commit is contained in:
fadingNA
2024-11-06 22:33:26 -05:00
parent ec3407df7e
commit df2f69e85f
2 changed files with 56 additions and 13 deletions

View File

@@ -50,11 +50,11 @@ body.dark {
@layer components {
.table-default {
@apply block w-max table-auto content-center justify-center rounded-xl border border-silver dark:border-silver/40 text-center dark:text-bright-gray;
@apply block w-max mx-auto table-fixed content-center justify-center rounded-xl border border-silver dark:border-silver/40 text-center dark:text-bright-gray;
}
.table-default th {
@apply p-4 w-[244px] font-normal text-gray-400; /* Remove border-r */
@apply p-4 w-[250px] font-normal text-gray-400; /* Remove border-r */
}
.table-default th:last-child {