@apify/docs-theme 1.0.160 → 1.0.162
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 -1
- package/src/theme/custom.css +4 -0
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -227,7 +227,7 @@ const themeConfig = ({
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
label: 'Open source',
|
|
230
|
-
href: `${absoluteUrl}/open-source
|
|
230
|
+
href: `${absoluteUrl}/open-source`,
|
|
231
231
|
position: 'left',
|
|
232
232
|
target: '_self',
|
|
233
233
|
rel: 'dofollow',
|
package/src/theme/custom.css
CHANGED
|
@@ -1833,6 +1833,10 @@ iframe[src*="youtube"] {
|
|
|
1833
1833
|
text-transform: none;
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
|
+
.plugin-id-openapi .export-button {
|
|
1837
|
+
--ifm-button-size-multiplier: 1.5;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1836
1840
|
@media (max-width: 996px) {
|
|
1837
1841
|
div[class^="navbarSearchContainer"] {
|
|
1838
1842
|
position: static;
|