diff options
| author | Dhravya <[email protected]> | 2024-06-12 23:42:55 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-12 23:42:55 -0500 |
| commit | a20163d7ea54ff74b6108a18a8921391951d60eb (patch) | |
| tree | 8e3779a5c1a6c141a304bbc16d89e7fde9c16e8e /apps/web/app/(dash)/chat/CodeBlock.tsx | |
| parent | chat UI and markdown renderer ⚡ (diff) | |
| download | supermemory-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.tsx | 2 |
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" |