fix(theme): search button key misplaced on safari

pull/2889/head
Divyansh Singh 2 years ago
parent 195ebe9464
commit 18adc07117

@ -190,9 +190,7 @@ defineProps<{
}
.DocSearch-Button .DocSearch-Button-Key:first-child {
font-size: 1px;
letter-spacing: -12px;
color: transparent;
font-size: 0 !important;
}
.DocSearch-Button .DocSearch-Button-Key:first-child:after {

Loading…
Cancel
Save