File tree Expand file tree Collapse file tree 4 files changed +273
-672
lines changed
apify-docs-theme/src/theme Expand file tree Collapse file tree 4 files changed +273
-672
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments