This commit is contained in:
freedakgmail
2025-11-22 20:18:26 +08:00
parent 33cf0c50d1
commit b83382b604
34 changed files with 83039 additions and 213 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -656,6 +656,10 @@
order: 9999;
}
.col-span-full {
grid-column: 1 / -1;
}
.col-start-2 {
grid-column-start: 2;
}
@@ -774,6 +778,10 @@
margin-top: auto;
}
.mr-1 {
margin-right: calc(var(--spacing) * 1);
}
.mr-2 {
margin-right: calc(var(--spacing) * 2);
}
@@ -1469,6 +1477,10 @@
scroll-padding-block: calc(var(--spacing) * 1);
}
.list-inside {
list-style-position: inside;
}
.list-disc {
list-style-type: disc;
}
@@ -1835,6 +1847,16 @@
border-color: var(--destructive);
}
.border-destructive\/20 {
border-color: var(--destructive);
}
@supports (color: color-mix(in lab, red, red)) {
.border-destructive\/20 {
border-color: color-mix(in oklab, var(--destructive) 20%, transparent);
}
}
.border-input {
border-color: var(--input);
}
@@ -1967,6 +1989,16 @@
background-color: var(--destructive);
}
.bg-destructive\/15 {
background-color: var(--destructive);
}
@supports (color: color-mix(in lab, red, red)) {
.bg-destructive\/15 {
background-color: color-mix(in oklab, var(--destructive) 15%, transparent);
}
}
.bg-foreground {
background-color: var(--foreground);
}
@@ -2207,6 +2239,10 @@
padding-block: calc(var(--spacing) * 10);
}
.py-12 {
padding-block: calc(var(--spacing) * 12);
}
.pt-0 {
padding-top: calc(var(--spacing) * 0);
}
@@ -2821,6 +2857,10 @@
--cell-size: calc(var(--spacing) * 8);
}
.slide-in-from-top-2 {
--tw-enter-translate-y: calc(2 * var(--spacing) * -1);
}
.group-last\:hidden:is(:where(.group):last-child *) {
display: none;
}
@@ -4904,6 +4944,12 @@
}
}
@media (min-width: 64rem) {
.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@container field-group (min-width: 28rem) {
.\@md\/field-group\:flex-row {
flex-direction: row;
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
script: typeof document === "object" ? document.currentScript : undefined,
chunks: [
"static/chunks/Documents_go-new_chinese-family-tree_19025a8a._.js",
"static/chunks/a0629__pnpm_b8726cdb._.js"
"static/chunks/Documents_go-new_chinese-family-tree_c7dd766a._.js",
"static/chunks/a0629__pnpm_ba89b158._.js"
],
source: "dynamic"
});
@@ -1,8 +1,8 @@
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
script: typeof document === "object" ? document.currentScript : undefined,
chunks: [
"static/chunks/a0629__pnpm_196bb18e._.js",
"static/chunks/Documents_go-new_chinese-family-tree_72899ea7._.js"
"static/chunks/Documents_go-new_chinese-family-tree_905c8b60._.js",
"static/chunks/a0629__pnpm_359a17bb._.js"
],
source: "dynamic"
});
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -740,6 +740,10 @@
order: 9999;
}
.col-span-full {
grid-column: 1 / -1;
}
.col-start-2 {
grid-column-start: 2;
}
@@ -858,6 +862,10 @@
margin-top: auto;
}
.mr-1 {
margin-right: calc(var(--spacing) * 1);
}
.mr-2 {
margin-right: calc(var(--spacing) * 2);
}
@@ -1553,6 +1561,10 @@
scroll-padding-block: calc(var(--spacing) * 1);
}
.list-inside {
list-style-position: inside;
}
.list-disc {
list-style-type: disc;
}
@@ -1919,6 +1931,16 @@
border-color: var(--destructive);
}
.border-destructive\/20 {
border-color: var(--destructive);
}
@supports (color: color-mix(in lab, red, red)) {
.border-destructive\/20 {
border-color: color-mix(in oklab, var(--destructive) 20%, transparent);
}
}
.border-input {
border-color: var(--input);
}
@@ -2051,6 +2073,16 @@
background-color: var(--destructive);
}
.bg-destructive\/15 {
background-color: var(--destructive);
}
@supports (color: color-mix(in lab, red, red)) {
.bg-destructive\/15 {
background-color: color-mix(in oklab, var(--destructive) 15%, transparent);
}
}
.bg-foreground {
background-color: var(--foreground);
}
@@ -2291,6 +2323,10 @@
padding-block: calc(var(--spacing) * 10);
}
.py-12 {
padding-block: calc(var(--spacing) * 12);
}
.pt-0 {
padding-top: calc(var(--spacing) * 0);
}
@@ -2905,6 +2941,10 @@
--cell-size: calc(var(--spacing) * 8);
}
.slide-in-from-top-2 {
--tw-enter-translate-y: calc(2 * var(--spacing) * -1);
}
.group-last\:hidden:is(:where(.group):last-child *) {
display: none;
}
@@ -4988,6 +5028,12 @@
}
}
@media (min-width: 64rem) {
.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@container field-group (min-width: 28rem) {
.\@md\/field-group\:flex-row {
flex-direction: row;
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long