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 582fa30 commit baf828cCopy full SHA for baf828c
doc/themes/scikit-learn-modern/static/css/theme.css
@@ -201,6 +201,28 @@ ul.search li div.context {
201
ul.search li div.context {
202
margin-left: 1rem;
203
}
204
+
205
+ .sk-search-text-input {
206
+ width: 5rem;
207
+ }
208
+}
209
210
+@media screen and (min-width: 806px) {
211
212
+ width: 7rem;
213
214
215
216
+@media screen and (min-width: 820px) {
217
218
+ width: 8rem;
219
220
221
222
+@media screen and (min-width: 886px) {
223
224
+ width: 12rem;
225
226
227
228
ul.search li a {
0 commit comments