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"] {
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
+ }
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ module.exports = {
16
16
organizationName : 'apify' ,
17
17
projectName : 'apify-docs' ,
18
18
scripts : [ '/js/custom.js' ] ,
19
- future : {
20
- experimental_faster : true ,
21
- } ,
19
+ // future: {
20
+ // experimental_faster: true,
21
+ // },
22
22
headTags : [
23
23
{
24
24
tagName : 'link' ,
You can’t perform that action at this time.
0 commit comments