@apify/docs-theme 1.0.57 → 1.0.59
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/config.js +1 -2
- package/src/theme/custom.css +7 -0
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -138,8 +138,7 @@ const themeConfig = ({
|
|
|
138
138
|
darkTheme: require('prism-react-renderer/themes/dracula'),
|
|
139
139
|
additionalLanguages: ['docker', 'log'],
|
|
140
140
|
},
|
|
141
|
-
|
|
142
|
-
image: 'https://apify.com/img/og/docs.png',
|
|
141
|
+
image: 'img/docs-og.png',
|
|
143
142
|
footer: {
|
|
144
143
|
links: [
|
|
145
144
|
{
|
package/src/theme/custom.css
CHANGED
|
@@ -530,6 +530,13 @@ div[class*="searchBox"] {
|
|
|
530
530
|
display: flex;
|
|
531
531
|
}
|
|
532
532
|
|
|
533
|
+
.theme-doc-sidebar-item-category .menu__list-item-collapsible,
|
|
534
|
+
.theme-doc-sidebar-item-link {
|
|
535
|
+
display: flex;
|
|
536
|
+
align-items: center;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
|
|
533
540
|
@media (min-width: 480px) {
|
|
534
541
|
.navbar__logo {
|
|
535
542
|
display: initial;
|