Skip to content

Commit 7dcc18d

Browse files
committed
Add margin right to the searchbox
1 parent 52a9e71 commit 7dcc18d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

MeiliSearchBox.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default {
8989
background rgba($accentColor, 0.05)
9090
.meilisearch-autocomplete
9191
line-height 2
92+
margin-right 1rem
9293
// Searchbox
9394
input
9495
cursor text

playground/.vuepress/config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)