perf: 优化 搜索按钮样式

This commit is contained in:
pengzhanbo 2024-02-20 01:41:09 +08:00
parent e409ece6fd
commit 5159c5a434

View File

@ -141,6 +141,11 @@
font-size: 12px;
color: var(--docsearch-muted-color);
letter-spacing: normal;
content: "Ctrl";
}
.mac .DocSearch-Button .DocSearch-Button-Key:first-child::after {
content: "\2318";
}
.DocSearch-Button .DocSearch-Button-Key:first-child > * {