@apify/docs-theme 1.0.144 → 1.0.146

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.144",
3
+ "version": "1.0.146",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -162,7 +162,7 @@ html[data-theme='dark'] {
162
162
  --ifm-footer-link-color: #6b6e80;
163
163
  --max-layout-width: 1440px;
164
164
 
165
- --ifm-code-background: #f6f8fa;
165
+ --ifm-code-background: var(--ifm-pre-background);
166
166
 
167
167
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
168
168
 
@@ -1769,3 +1769,20 @@ iframe[src*="youtube"] {
1769
1769
  font-size: var(--ifm-h1-font-size);
1770
1770
  margin-bottom: calc(var(--ifm-h1-vertical-rhythm-bottom)* var(--ifm-leading)) !important;
1771
1771
  }
1772
+
1773
+ @media (max-width: 996px) {
1774
+ div[class^="navbarSearchContainer"] {
1775
+ position: static;
1776
+ }
1777
+
1778
+ div[class^="navbarSearchContainer"] button {
1779
+ margin-left: 5px;
1780
+ }
1781
+ }
1782
+
1783
+ @media (max-width: 768px) {
1784
+ .DocSearch-Button-Keys,
1785
+ .DocSearch-Button-Placeholder {
1786
+ display: none !important;
1787
+ }
1788
+ }