feat: Add thread history sheet

This commit is contained in:
bracesproul
2025-03-04 10:34:52 -08:00
parent b41ee36ba6
commit 569fae88c2
10 changed files with 4395 additions and 2113 deletions

View File

@@ -122,3 +122,13 @@
@apply bg-background text-foreground;
}
}
@layer utilities {
.shadow-inner-right {
box-shadow: inset -9px 0 6px -1px rgb(0 0 0 / 0.02);
}
.shadow-inner-left {
box-shadow: inset 9px 0 6px -1px rgb(0 0 0 / 0.02);
}
}