There was an error while loading. Please reload this page.
1 parent 661303a commit 4119b15Copy full SHA for 4119b15
2 files changed
src/_includes/style/code-copy.scss
@@ -86,11 +86,12 @@
86
position: relative;
87
88
> .code-group-header {
89
- margin-right: 5.9rem;
+ min-height: 2.8rem;
90
+ margin-right: 5.8rem;
91
}
92
93
> .code-copy-button {
- top: 0.35rem;
94
+ top: 0.45rem;
95
right: 0.45rem;
96
97
src/_includes/style/code-group.scss
@@ -20,7 +20,9 @@
20
21
&-button {
22
23
+ display: inline-flex;
24
padding: 0.65rem 1rem;
25
+ align-items: center;
26
color: var(--muted);
27
cursor: pointer;
28
font-size: 0.72rem;
0 commit comments