aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/(dash)/chat/CodeBlock.tsx
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-06-12 23:42:55 -0500
committerDhravya <[email protected]>2024-06-12 23:42:55 -0500
commita20163d7ea54ff74b6108a18a8921391951d60eb (patch)
tree8e3779a5c1a6c141a304bbc16d89e7fde9c16e8e /apps/web/app/(dash)/chat/CodeBlock.tsx
parentchat UI and markdown renderer ⚡ (diff)
downloadsupermemory-a20163d7ea54ff74b6108a18a8921391951d60eb.tar.xz
supermemory-a20163d7ea54ff74b6108a18a8921391951d60eb.zip
make header and menu fixed instead of absolute to prevent movement on scroll
Diffstat (limited to 'apps/web/app/(dash)/chat/CodeBlock.tsx')
-rw-r--r--apps/web/app/(dash)/chat/CodeBlock.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/chat/CodeBlock.tsx b/apps/web/app/(dash)/chat/CodeBlock.tsx
index e83b1dee..f9929f70 100644
--- a/apps/web/app/(dash)/chat/CodeBlock.tsx
+++ b/apps/web/app/(dash)/chat/CodeBlock.tsx
@@ -71,7 +71,7 @@ const CodeBar = React.memo(
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="currentColor"
- className="size-6"
+ className="size-4"
>
<path
strokeLinecap="round"