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 : 0.75rem !important ; /* adjust size as needed */
55
+ }
56
+
57
+ /* Increase font size for the result title */
58
+ .DocSearch-Hit-title {
59
+ font-size : 0.6rem !important ;
60
+ }
61
+
62
+ /* Increase font size for the result content/snippet */
63
+ .DocSearch-Hit-path ,
64
+ .DocSearch-Hit-text {
65
+ font-size : 0.7rem !important ;
66
+ }
67
+
68
+ /* Optionally increase font size for breadcrumbs or metadata */
69
+ .DocSearch-Hit-Tree ,
70
+ .DocSearch-Hit-action {
71
+ font-size : 0.5rem !important ;
72
+ }
73
+
74
+ /* 🧭 Section headings like "Documentation", "Recent Searches" */
75
+ .DocSearch-Dropdown-Container .DocSearch-Title {
76
+ font-size : 0.9rem !important ;
77
+ font-weight : 600 ;
78
+ }
79
+
80
+ /* ❌ "No recent searches" or empty state text */
81
+ .DocSearch-Help {
82
+ font-size : 0.8rem !important ;
83
+ }
84
+
85
+ /* ⌨️ Shortcut hints like "Press / to search" */
86
+ .DocSearch-StartScreen .DocSearch-Help ,
87
+ .DocSearch-StartScreen .DocSearch-Label {
88
+ font-size : 0.8rem !important ;
89
+ }
90
+
91
+ /* 🔣 Placeholder and input */
92
+ .DocSearch-Input {
93
+ font-size : 0.9rem !important ;
94
+ }
95
+
96
+ .DocSearch-Button-Keys {
97
+ display : none !important ;
98
+ }
99
+
100
+ /* Optional: make the overall modal content bigger */
101
+ .DocSearch-Container {
102
+ font-size : 0.8rem !important ;
103
+ }
104
+
105
+ .DocSearch-Button-Placeholder {
106
+ font-size : 0.8rem !important ;
107
+ }
108
+
109
+ .DocSearch-Button {
110
+ transition : background-color 0.2s ease;
111
+ }
112
+
113
+ .DocSearch-Button : hover {
114
+ border : none !important ;
115
+ box-shadow : none !important ; /* Also removes simulated borders */
116
+ }
117
+
118
+ .DocSearch-Button {
119
+ width : 180px !important ; /* Adjust to desired width */
120
+ }
0 commit comments