We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51fbb0 commit b61e929Copy full SHA for b61e929
doc/themes/scikit-learn-modern/static/css/theme.css
@@ -205,6 +205,28 @@ ul.search li div.context {
205
ul.search li div.context {
206
margin-left: 1rem;
207
}
208
+
209
+ .sk-search-text-input {
210
+ width: 5rem;
211
+ }
212
+}
213
214
+@media screen and (min-width: 806px) {
215
216
+ width: 7rem;
217
218
219
220
+@media screen and (min-width: 820px) {
221
222
+ width: 8rem;
223
224
225
226
+@media screen and (min-width: 886px) {
227
228
+ width: 12rem;
229
230
231
232
ul.search li a {
0 commit comments