File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
themes/doc-theme/layouts/partials Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 6
6
style ="overflow-y: hidden; overflow-x: hidden;margin-top:70px; "
7
7
>
8
8
9
- < v-container class ="ma-0 pa-0 elevation-1 ">
10
-
11
- < v-text-field
12
- style ="width: 100%; "
13
- class ="grey lighten-5 mt-0 mr-2 pa-3 ma-0 mono algolia-search-field "
14
- light
15
- hide-details
16
- append-icon ="search "
17
- label ="Search "
18
- > </ v-text-field >
19
-
20
- </ v-container >
21
-
22
9
< div class ="fancyScroll pa-0 ma-0 " style ="overflow-y: scroll; overflow-x: hidden;
23
10
max-height: 100%; " >
24
11
Original file line number Diff line number Diff line change 17
17
{{ .Page.Title }}
18
18
</ span >
19
19
20
+ < v-text-field
21
+ style ="max-width: 650px "
22
+ class ="ml-3 algolia-search-field "
23
+ light
24
+ hide-details
25
+ label ="Search the docs... "
26
+ solo
27
+ append-icon ="search "
28
+ > </ v-text-field >
20
29
21
30
< v-spacer > </ v-spacer >
22
31
{{ if eq .Section "firmwareapi"}}
You can’t perform that action at this time.
0 commit comments