@apify/docs-theme 1.0.120 → 1.0.122
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 +8 -0
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -447,6 +447,12 @@ html[data-theme="dark"] .DocSearch-Button .DocSearch-Search-Icon {
|
|
|
447
447
|
margin: auto;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
+
@media (max-width: 960px) {
|
|
451
|
+
.main-wrapper > div {
|
|
452
|
+
max-width: 100%;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
|
|
450
456
|
aside > div > a {
|
|
451
457
|
padding-left: 0px;
|
|
452
458
|
}
|
|
@@ -1539,6 +1545,8 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
|
|
|
1539
1545
|
.prism-code.language-javascript .token-line::before,
|
|
1540
1546
|
.prism-code.language-json .token-line::before,
|
|
1541
1547
|
.prism-code.language-json5 .token-line::before,
|
|
1548
|
+
.prism-code.language-python .token-line::before,
|
|
1549
|
+
.prism-code.language-dockerfile .token-line::before,
|
|
1542
1550
|
.prism-code.language-XML .token-line::before,
|
|
1543
1551
|
.prism-code.language-js .token-line::before {
|
|
1544
1552
|
counter-increment: line-number;
|