@apify/docs-theme 1.0.161 → 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/theme/custom.css +4 -0
package/package.json
CHANGED
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;
|