fix(app): copy buttons smaller and out of the way

This commit is contained in:
Adam
2026-02-05 07:02:31 -06:00
parent ef09dddaa5
commit 05529f66d7
7 changed files with 33 additions and 17 deletions

View File

@@ -69,7 +69,7 @@ function createCopyButton(labels: CopyLabels) {
button.type = "button"
button.setAttribute("data-component", "icon-button")
button.setAttribute("data-variant", "secondary")
button.setAttribute("data-size", "normal")
button.setAttribute("data-size", "small")
button.setAttribute("data-slot", "markdown-copy-button")
button.setAttribute("aria-label", labels.copy)
button.setAttribute("title", labels.copy)