Skip to content

Commit 30bf5da

Browse files
Adjust CopyForLLMButton scale to improve visual appearance
Co-authored-by: rahul.chhabria <[email protected]>
1 parent 7898dc2 commit 30bf5da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/copyForLLMButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export function CopyForLLMButton({markdownPath}: Props) {
6161
onClick={handleClick}
6262
title="Copy page content for LLM"
6363
className="mr-2 float-right flex items-center gap-1 border rounded px-2 py-1 text-xs hover:bg-[var(--gray-2)]"
64+
style={{transform: 'scale(0.85)'}}
6465
data-mdast="ignore"
6566
>
6667
{copied ? <Check size={14} /> : <Clipboard size={14} />}

0 commit comments

Comments
 (0)