@apify/docs-theme 1.0.129 → 1.0.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/theme/custom.css +7 -1
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -1560,7 +1560,6 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
|
|
|
1560
1560
|
min-width: 1.5rem;
|
|
1561
1561
|
display: inline-block;
|
|
1562
1562
|
opacity: .3;
|
|
1563
|
-
position: sticky;
|
|
1564
1563
|
left: var(--ifm-pre-padding);
|
|
1565
1564
|
}
|
|
1566
1565
|
|
|
@@ -1579,3 +1578,10 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
|
|
|
1579
1578
|
.apiPage .tsd-panel-header .tsd-anchor-id {
|
|
1580
1579
|
top: -13rem;
|
|
1581
1580
|
}
|
|
1581
|
+
|
|
1582
|
+
iframe[src*="youtube"] {
|
|
1583
|
+
width: 100%;
|
|
1584
|
+
aspect-ratio: 16/9;
|
|
1585
|
+
height: auto;
|
|
1586
|
+
margin-bottom: 1.6rem;
|
|
1587
|
+
}
|