Skip to content

Commit 66d32ff

Browse files
committed
style: Placeholder and keyalways visible in DocSearch button
1 parent 3984cc3 commit 66d32ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/.vuepress/theme/global-components/AlgoliaSearch.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,8 @@ export default {
129129
.DocSearch-Button {
130130
@apply w-full p-5 m-0 rounded-md #{!important};
131131
}
132+
133+
span.DocSearch-Button-Placeholder, span.DocSearch-Button-Key {
134+
display: flex;
135+
}
132136
</style>

0 commit comments

Comments
 (0)