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

@@ -53,5 +53,5 @@ module.exports = {
},
},
},
plugins: [require("tailwindcss-animate")],
plugins: [require("tailwindcss-animate"), require("tailwind-scrollbar")],
};