We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7898dc2 commit 30bf5daCopy full SHA for 30bf5da
src/components/copyForLLMButton.tsx
@@ -61,6 +61,7 @@ export function CopyForLLMButton({markdownPath}: Props) {
61
onClick={handleClick}
62
title="Copy page content for LLM"
63
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)'}}
65
data-mdast="ignore"
66
>
67
{copied ? <Check size={14} /> : <Clipboard size={14} />}
0 commit comments