docs: share tweak copy button

This commit is contained in:
Jay V
2025-07-15 18:25:25 -04:00
parent 7c91f668d1
commit bb155db8b2
5 changed files with 37 additions and 44 deletions

View File

@@ -142,6 +142,12 @@
border: 1px solid var(--sl-color-blue-high);
padding: 0.5rem calc(0.5rem + 3px);
border-radius: 0.25rem;
position: relative;
[data-component="copy-button"] {
top: 0.5rem;
right: calc(0.5rem - 1px);
}
}
}
@@ -264,6 +270,12 @@
border: 1px solid var(--sl-color-divider);
padding: 0.5rem calc(0.5rem + 3px);
border-radius: 0.25rem;
position: relative;
[data-component="copy-button"] {
top: 0.5rem;
right: calc(0.5rem - 1px);
}
}
}
}