Skip to content

Commit 18adc07

Browse files
committedAug 31, 2023
fix(theme): search button key misplaced on safari
1 parent 195ebe9 commit 18adc07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/client/theme-default/components/VPNavBarSearchButton.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@ defineProps<{
190190
}
191191
192192
.DocSearch-Button .DocSearch-Button-Key:first-child {
193-
font-size: 1px;
194-
letter-spacing: -12px;
195-
color: transparent;
193+
font-size: 0 !important;
196194
}
197195
198196
.DocSearch-Button .DocSearch-Button-Key:first-child:after {

0 commit comments

Comments
 (0)