Skip to content

Commit 6cb79bb

Browse files
authored
fix(theme): remove extra space before docsearch key (#1396)
1 parent ed37b9a commit 6cb79bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/components/VPNavBarSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function load() {
257257
258258
.DocSearch-Button .DocSearch-Button-Key:first-child {
259259
font-size: 1px;
260-
letter-spacing: -1px;
260+
letter-spacing: -12px;
261261
color: transparent;
262262
}
263263

0 commit comments

Comments
 (0)