File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 width : 20px ;
6464}
6565
66- @media (max-width : 750 px ) {
66+ @media (max-width : 768 px ) {
6767 .DocSearch-Button-Keys ,
6868 .DocSearch-Button-Placeholder {
6969 display : none;
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ svg.DocSearch-Hit-Select-Icon {
556556}
557557
558558/* Responsive */
559- @media (max-width : 750 px ) {
559+ @media (max-width : 768 px ) {
560560 : root {
561561 --docsearch-spacing : 10px ;
562562 --docsearch-footer-height : 40px ;
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ export function DocSearchModal({
332332 } , [ ] ) ;
333333
334334 React . useEffect ( ( ) => {
335- const isMobileMediaQuery = window . matchMedia ( '(max-width: 750px )' ) ;
335+ const isMobileMediaQuery = window . matchMedia ( '(max-width: 768px )' ) ;
336336
337337 if ( isMobileMediaQuery . matches ) {
338338 snippetLength . current = 5 ;
You can’t perform that action at this time.
0 commit comments