mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
3000a7463b
commit
6737a68fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export const commandPanel = (app: App) => {
|
|||
const dialog = new Dialog({
|
||||
width: "80vw",
|
||||
height: "70vh",
|
||||
content: `<div class="fn__flex-column">
|
||||
content: `<div class="fn__flex-column" style="border-radius: var(--b3-border-radius-b);overflow:hidden;">
|
||||
<div class="b3-form__icon search__header">
|
||||
<svg class="b3-form__icon-icon"><use xlink:href="#iconSearch"></use></svg>
|
||||
<input class="b3-text-field b3-text-field--text" style="padding-left: 32px !important;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue