1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-19 11:55:30 -04:00

bump deps & small fixes

This commit is contained in:
2025-05-06 09:22:34 -04:00
parent 62e95e3cfe
commit 3a10769bd7
9 changed files with 138 additions and 153 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const CodeBlock = async ({
});
return (
<div className={cn("bg-muted/35 relative rounded-lg border-2 font-mono", className)}>
<div className={cn("bg-muted/35 relative isolate rounded-lg border-2 font-mono", className)}>
<div
className={cn(
"grid max-h-[500px] w-full overflow-x-auto p-4 **:bg-transparent! md:max-h-[650px] dark:**:text-[var(--shiki-dark)]! [&_pre]:whitespace-normal",