File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,14 @@ export default {
83
83
@require './styles/palette.styl'
84
84
85
85
.meilisearch-search-wrapper
86
- & > span
86
+ display : inline-block ;
87
+ position : relative ;
88
+ margin-right 1rem
89
+ & > div > span
87
90
vertical-align middle
88
91
.dsb-cursor
89
92
background rgba ($accentColor, 0.05 )
90
93
.meilisearch-autocomplete
91
- line-height 2
92
94
// Searchbox
93
95
input
94
96
cursor text
Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ module.exports = {
2
2
title : 'Welcome to the Playground!' ,
3
3
theme : 'default-prefers-color-scheme' ,
4
4
themeConfig : {
5
- prefersTheme : 'dark'
5
+ prefersTheme : 'dark' ,
6
+ nav : [
7
+ { text : 'Learn' , link : '/learn/' } ,
8
+ { text : 'Create' , link : '/create/how_to/' } ,
9
+ { text : 'Reference' , link : '/reference/' }
10
+ ]
6
11
} ,
7
12
plugins : [
8
13
[
You can’t perform that action at this time.
0 commit comments