Skip to content

Commit 59df450

Browse files
committed
Merge branch 'deep-link-additions' into EXTDEVEX-21
2 parents c44c0b7 + 3a60fdd commit 59df450

File tree

17 files changed

+1379
-137
lines changed

17 files changed

+1379
-137
lines changed

src/@adobe/gatsby-theme-aio/components/Code/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const Code = ({ children, className = "", theme, metastring = "" }) => {
164164
!isMobile && openCodePlayground(children, sampleId)
165165
}
166166
>
167-
Try
167+
Try in playground
168168
</ActionButton>
169169
)}
170170

src/@adobe/gatsby-theme-aio/components/Code/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
.code-copy-button.with-try {
43-
inset-inline-end: var(--spectrum-global-dimension-size-700);
43+
inset-inline-end: calc(var(--spectrum-global-dimension-size-2000) + var(--spectrum-global-dimension-size-100));
4444
}
4545

4646
.code-try-button {
@@ -67,7 +67,7 @@
6767
}
6868

6969
.code-tooltip-container.with-try {
70-
inset-inline-end: calc(var(--spectrum-global-dimension-size-700) + var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-125));
70+
inset-inline-end: calc(var(--spectrum-global-dimension-size-2000) + var(--spectrum-global-dimension-size-100) + var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-125));
7171
}
7272

7373
.code-tooltip {
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)