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 {
8383@require './styles/palette.styl'
8484
8585.meilisearch-search-wrapper
86- & > span
86+ display : inline-block ;
87+ position : relative ;
88+ margin-right 1rem
89+ & > div > span
8790 vertical-align middle
8891 .dsb-cursor
8992 background rgba ($accentColor, 0.05 )
9093 .meilisearch-autocomplete
91- line-height 2
9294 // Searchbox
9395 input
9496 cursor text
Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ module.exports = {
22 title : 'Welcome to the Playground!' ,
33 theme : 'default-prefers-color-scheme' ,
44 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+ ]
611 } ,
712 plugins : [
813 [
You can’t perform that action at this time.
0 commit comments