247247/* Modal Dropdown */
248248
249249.DocSearch-Dropdown {
250- height : calc (
250+ height : var (--docsearch-modal-variable-height );
251+ max-height : calc (
251252 var (--docsearch-modal-height ) - var (--docsearch-spacing ) -
252253 var (--docsearch-footer-height )
253254 );
@@ -791,7 +792,7 @@ assistive tech users */
791792 display : flex;
792793 flex-direction : column;
793794 width : 100% ;
794- gap : 16 px ;
795+ gap : 1 em ;
795796 font-size : 0.8em ;
796797 margin-bottom : 8px ;
797798 background : var (--docsearch-hit-background );
@@ -802,8 +803,9 @@ assistive tech users */
802803}
803804
804805.DocSearch-AskAiScreen-Query {
805- font-size : 1.5em ;
806- line-break : anywhere;
806+ font-size : 1.25em ;
807+ line-break : loose;
808+ line-height : 1.4 ;
807809 font-weight : 600 ;
808810 margin : 0 ;
809811}
@@ -994,7 +996,7 @@ assistive tech users */
994996.DocSearch-Markdown-Content {
995997 color : var (--docsearch-text-color );
996998 line-height : 1.6 ;
997- font-size : 1 em ;
999+ font-size : 0.9355 em ;
9981000 word-wrap : break-word;
9991001}
10001002
@@ -1003,7 +1005,7 @@ assistive tech users */
10031005}
10041006
10051007.DocSearch-Markdown-Content p {
1006- margin : 1.2 em 0 ;
1008+ margin : 1 em 0 ;
10071009}
10081010
10091011.DocSearch-Markdown-Content p : last-child {
@@ -1104,7 +1106,7 @@ assistive tech users */
11041106
11051107.DocSearch-Markdown-Content li {
11061108 color : var (--docsearch-text-color );
1107- margin : 0.5 em 0 ;
1109+ margin : 0.8 em 0 ;
11081110 padding-left : 0.3em ;
11091111 line-height : 1.6 ;
11101112}
@@ -1140,7 +1142,7 @@ assistive tech users */
11401142.DocSearch-Markdown-Content hr {
11411143 border : none;
11421144 border-top : 1px solid var (--docsearch-subtle-color );
1143- margin : 2 em 0 ;
1145+ margin : 1 em 0 ;
11441146}
11451147
11461148.DocSearch-Markdown-Content table {
@@ -1175,9 +1177,10 @@ assistive tech users */
11751177
11761178.DocSearch-AskAiScreen-MessageContent-Tool {
11771179 display : flex;
1178- align-items : baseline ;
1180+ align-items : center ;
11791181 width : 100% ;
11801182 color : var (--docsearch-muted-color );
1183+ line-height : 1.2 ;
11811184}
11821185
11831186.DocSearch-AskAiScreen-MessageContent-Tool .Tool--Result {
0 commit comments