@apify/docs-theme 1.0.125 → 1.0.126

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.125",
3
+ "version": "1.0.126",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -1575,3 +1575,7 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
1575
1575
  .redocusaurus .menu-content div:nth-child(2) div {
1576
1576
  display: none;
1577
1577
  }
1578
+
1579
+ .apiPage .tsd-panel-header .tsd-anchor-id {
1580
+ top: -13rem;
1581
+ }