Skip to content

Commit 1023374

Browse files
authored
fix: disable @docusaurus/faster for now (#1314)
1 parent 3f38239 commit 1023374

File tree

4 files changed

+273
-672
lines changed

4 files changed

+273
-672
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,3 +1769,20 @@ iframe[src*="youtube"] {
17691769
font-size: var(--ifm-h1-font-size);
17701770
margin-bottom: calc(var(--ifm-h1-vertical-rhythm-bottom)* var(--ifm-leading)) !important;
17711771
}
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+
}

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ module.exports = {
1616
organizationName: 'apify',
1717
projectName: 'apify-docs',
1818
scripts: ['/js/custom.js'],
19-
future: {
20-
experimental_faster: true,
21-
},
19+
// future: {
20+
// experimental_faster: true,
21+
// },
2222
headTags: [
2323
{
2424
tagName: 'link',

0 commit comments

Comments
 (0)