File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 14
14
background-color : # 474d57 ;
15
15
font-family : inherit;
16
16
font-size : 0.95rem ;
17
- width : 150 px ;
17
+ width : 120 px ;
18
18
border : none;
19
19
line-height : 1.5 ;
20
20
padding : 4px 20px ;
29
29
outline : none;
30
30
}
31
31
32
+ @media screen and (min-width : 500px ) {
33
+ # search-input {
34
+ width : 150px ;
35
+ }
36
+ }
37
+
32
38
@media screen and (min-width : 769px ) {
33
39
# search-input {
34
40
width : 200px ;
35
41
}
36
42
}
37
43
44
+
38
45
.search-result-dropdown-menu {
39
46
position : absolute;
40
47
z-index : 100 ;
Original file line number Diff line number Diff line change 7
7
{{ #if env.SITE_SEARCH_PROVIDER }}
8
8
<div class =" navbar-item search hide-for-print" >
9
9
<div id =" search-field" class =" field" >
10
- <input id =" search-input" type =" text" placeholder =" Search the docs " {{ #if page.home }} autofocus{{ /if }} >
10
+ <input id =" search-input" type =" text" placeholder =" Search... " {{ #if page.home }} autofocus{{ /if }} >
11
11
</div >
12
12
</div >
13
13
{{ /if }}
You can’t perform that action at this time.
0 commit comments