@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.129",
3
+ "version": "1.0.130",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -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
+ }