File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
<div id =" header" >
2
+ <ul id =" nav" >
3
+ <% - partial (' partials/main_menu' , { context: ' nav' }) %>
4
+ </ul >
2
5
<a id =" logo" href =" <%- url_for(" /" ) %>" >
3
6
<img src =" <%- url_for(" /images /logo.png " ) %>" alt =" vue logo" >
4
7
<span >Vue.js</span >
5
8
</a >
6
- <ul id =" nav" >
7
- <% - partial (' partials/main_menu' , { context: ' nav' }) %>
8
- </ul >
9
9
</div >
Original file line number Diff line number Diff line change 1
- <li >
2
- <form id =" search-form" >
3
- <input type =" text" id =" search-query-<%- context %>" class =" search-query st-default-search-input" >
4
- </form >
5
- </li >
1
+
6
2
<% - partial (' partials/learn_dropdown' ) %>
7
3
<% - partial (' partials/ecosystem_dropdown' ) %>
8
4
<li >
9
5
<a href =" <%- url_for(" /v2 /guide /team.html " ) %>" class =" nav-link team<%- page.path.match(/team\.html/) ? ' current' : '' %>" >Team</a >
10
6
</li >
11
7
<% - partial (' partials/support_vue_dropdown' ) %>
12
8
<% - partial (' partials/language_dropdown' ) %>
9
+
10
+ <li >
11
+ <form id =" search-form" >
12
+ <input type =" text" id =" search-query-<%- context %>" class =" search-query st-default-search-input" >
13
+ </form >
14
+ </li >
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ input.button
105
105
overflow-y : auto
106
106
position : absolute
107
107
top : 100%
108
- right : - 15 px
108
+ left : - 20 px
109
109
background-color : #f f f
110
110
padding : 10px 0
111
111
border : 1px solid #d d d
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ body.docs
30
30
margin : 0
31
31
padding : 0
32
32
position : absolute
33
- right : 30 px
33
+ left : 80 px
34
34
top : $heading-padding-vertical
35
35
height : $header-height
36
36
line-height : $header-height
@@ -94,7 +94,7 @@ body.docs
94
94
color : $dark
95
95
outline : none
96
96
border-radius : 15px
97
- margin-right : 10 px
97
+ margin-left : 10 %
98
98
transition : border-color .2s ease
99
99
background : #f f f url (../images /search .png ) 8px 5px no-repeat
100
100
background-size : 20px
@@ -109,9 +109,11 @@ body.docs
109
109
color : $dark
110
110
font-family : $logo-font
111
111
font-weight : 500
112
+ position : absolute
113
+ left : 89%
112
114
img
113
115
vertical-align : middle
114
- margin-right : 6px
116
+ margin-left : 6px
115
117
width : $header-height
116
118
height : $header-height
117
119
You can’t perform that action at this time.
0 commit comments