@apify/docs-theme 1.0.123 → 1.0.125
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 +12 -0
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -1563,3 +1563,15 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
|
|
|
1563
1563
|
position: sticky;
|
|
1564
1564
|
left: var(--ifm-pre-padding);
|
|
1565
1565
|
}
|
|
1566
|
+
|
|
1567
|
+
.redocusaurus table code {
|
|
1568
|
+
word-break: normal;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.redocusaurus .menu-content div:nth-child(2) ul {
|
|
1572
|
+
padding-bottom: 0;
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
.redocusaurus .menu-content div:nth-child(2) div {
|
|
1576
|
+
display: none;
|
|
1577
|
+
}
|