45
45
/* Select only elements inside the What's new section */
46
46
nav [data-md-level = "1" ][aria-labelledby = "__nav_2_label" ] .md-ellipsis {
47
47
text-indent : 0.8rem ;
48
- }
48
+ }
49
+
50
+ /* Algolia Search Configs */
51
+
52
+ /* Increase font size for the search input */
53
+ .DocSearch-Input {
54
+ font-size : 1rem !important ; /* adjust size as needed */
55
+ }
56
+
57
+ /* Increase font size for the result title */
58
+ .DocSearch-Hit-title {
59
+ font-size : 0.7rem !important ;
60
+ }
61
+
62
+ /* Increase font size for the result content/snippet */
63
+ .DocSearch-Hit-path ,
64
+ .DocSearch-Hit-text {
65
+ font-size : 0.8rem !important ;
66
+ }
67
+
68
+ /* Optionally increase font size for breadcrumbs or metadata */
69
+ .DocSearch-Hit-Tree ,
70
+ .DocSearch-Hit-action {
71
+ font-size : 0.75rem !important ;
72
+ }
73
+
74
+ /* 🧭 Section headings like "Documentation", "Recent Searches" */
75
+ .DocSearch-Dropdown-Container .DocSearch-Title {
76
+ font-size : 1.1rem !important ;
77
+ font-weight : 600 ;
78
+ }
79
+
80
+ /* ❌ "No recent searches" or empty state text */
81
+ .DocSearch-Help {
82
+ font-size : 1rem !important ;
83
+ }
84
+
85
+ /* ⌨️ Shortcut hints like "Press / to search" */
86
+ .DocSearch-StartScreen .DocSearch-Help ,
87
+ .DocSearch-StartScreen .DocSearch-Label {
88
+ font-size : 1rem !important ;
89
+ }
90
+
91
+ /* 🔣 Placeholder and input */
92
+ .DocSearch-Input {
93
+ font-size : 1.2rem !important ;
94
+ }
95
+
96
+ /* 🔠 Keyboard shortcuts */
97
+ .DocSearch-Button-Keys {
98
+ font-size : 1rem !important ;
99
+ }
100
+
101
+ /* Optional: make the overall modal content bigger */
102
+ .DocSearch-Container {
103
+ font-size : 1rem !important ;
104
+ }
105
+
0 commit comments