@@ -85,8 +85,8 @@ html[data-theme='dark'] {
8585 --docsearch-key-shadow : inset 0px -2px 0px 0px rgb (40 , 45 , 85 ),
8686 inset 0px 0px 1px 1px rgb (81 , 87 , 125 ), 0px 2px 2px 0px rgb (3 , 4 , 9 );
8787 --docsearch-footer-background : rgb (30 , 33 , 54 );
88- --docsearch-footer-shadow : inset 0px 1px 0px 0px rgba (73 , 76 , 106 , 0.52 ),
89- 0px -4px 8px 0px rgba (0 , 0 , 0 , 0.34 );
88+ --docsearch-footer-shadow : inset 0px 1px 0px 0px rgba (73 , 76 , 106 , 0.5 ),
89+ 0px -4px 8px 0px rgba (0 , 0 , 0 , 0.2 );
9090 --docsearch-logo-color : # fff ;
9191 --docsearch-muted-color : rgb (127 , 132 , 151 );
9292}
@@ -330,7 +330,7 @@ html[data-theme='dark'] {
330330/* Modal Dropdown */
331331
332332.DocSearch-Dropdown {
333- height : calc (
333+ max- height: calc (
334334 var (--docsearch-modal-height ) - var (--docsearch-searchbox-height ) -
335335 var (--docsearch-spacing ) - var (--docsearch-footer-height )
336336 );
@@ -572,7 +572,7 @@ html[data-theme='dark'] {
572572}
573573
574574.DocSearch-Hit-path {
575- font-size : 0.7 em ;
575+ font-size : 0.75 em ;
576576 color : var (--docsearch-muted-color );
577577}
578578
@@ -584,7 +584,30 @@ html[data-theme='dark'] {
584584 width : 80% ;
585585 margin : 0 auto;
586586 text-align : center;
587- margin-top : 24px ;
587+ padding : 24px 0 ;
588+ font-size : .9em ;
589+ }
590+
591+ .DocSearch-Screen-Icon {
592+ color : var (--docsearch-muted-color );
593+ padding-bottom : 12px ;
594+ }
595+
596+ .DocSearch-Prefill {
597+ appearance : none;
598+ cursor : pointer;
599+ border : none;
600+ display : inline-block;
601+ border-radius : 1em ;
602+ font-size : 0.8em ;
603+ background-color : var (--docsearch-muted-color );
604+ margin : 0 4px ;
605+ padding : 4px 12px ;
606+ }
607+
608+ .DocSearch-Prefill : hover {
609+ outline : none;
610+ background-color : var (--docsearch-primary-color );
588611}
589612
590613/* Responsive */
0 commit comments