mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-07 08:01:47 +01:00
This commit is contained in:
parent
8469d7c635
commit
5d55e50d55
2 changed files with 9 additions and 1 deletions
|
|
@ -38,6 +38,14 @@
|
|||
&:hover {
|
||||
background-color: var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-radius: var(--b3-border-radius) 0 0 var(--b3-border-radius);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-radius: 0 var(--b3-border-radius) var(--b3-border-radius) 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__divider {
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ export const openEmojiPanel = (id: string, type: "doc" | "notebook" | "av", posi
|
|||
content: `<div class="emojis">
|
||||
<div class="fn__flex">
|
||||
<span class="fn__space"></span>
|
||||
<label class="b3-form__icon fn__flex-1">
|
||||
<label class="b3-form__icon fn__flex-1" style="overflow:initial;">
|
||||
<svg class="b3-form__icon-icon"><use xlink:href="#iconSearch"></use></svg>
|
||||
<input class="b3-form__icon-input b3-text-field fn__block" placeholder="${window.siyuan.languages.search}">
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue