mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-18 14:35:27 +01:00
This commit is contained in:
parent
eb5ba87f9c
commit
dbeb703ad1
3 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
|||
--b3-font-family-graph: arial;
|
||||
--b3-font-family-emoji: "Emojis Additional", emojis;
|
||||
--b3-font-family-math: KaTeX_Math;
|
||||
--b3-font-family-kbd: SFMono-Regular, Consolas, "Liberation Mono", var(--b3-font-family);
|
||||
--b3-font-family-kbd: SFMono-Regular, Consolas, "Liberation Mono";
|
||||
--b3-font-size: 14px;
|
||||
|
||||
/* 顶部工具栏 */
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
--b3-font-family-graph: arial;
|
||||
--b3-font-family-emoji: "Emojis Additional", emojis;
|
||||
--b3-font-family-math: KaTeX_Math;
|
||||
--b3-font-family-kbd: SFMono-Regular, Consolas, "Liberation Mono", var(--b3-font-family);
|
||||
--b3-font-family-kbd: SFMono-Regular, Consolas, "Liberation Mono";
|
||||
--b3-font-size: 14px;
|
||||
|
||||
/* 顶部工具栏 */
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ export const keymap = {
|
|||
<div class="fn__space"></div>
|
||||
<label class="b3-form__icon fn__block searchByKeyLabel">
|
||||
<svg class="b3-form__icon-icon"><use xlink:href="#iconKeymap"></use></svg>
|
||||
<input id="searchByKey" data-keymap="" class="b3-form__icon-input b3-text-field fn__block" spellcheck="false" placeholder="${window.siyuan.languages.keymap}">
|
||||
<input id="searchByKey" style="font-family: var(--b3-font-family-kbd);" data-keymap="" class="b3-form__icon-input b3-text-field fn__block" spellcheck="false" placeholder="${window.siyuan.languages.keymap}">
|
||||
</label>
|
||||
<div class="fn__space"></div>
|
||||
<button id="clearSearchBtn" class="b3-button b3-button--outline fn__flex-center fn__size200">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue