mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -47,6 +47,7 @@ ctrl+p 搜索: 199
|
||||
progressLoading: 400
|
||||
#windowControls: 502
|
||||
.b3-snackbar: 503
|
||||
.side-panel: 600
|
||||
*/
|
||||
|
||||
.inbox {
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
background-color: var(--b3-theme-surface);
|
||||
height: 100%;
|
||||
width: 80vw;
|
||||
z-index: 100;
|
||||
z-index: 600;
|
||||
transition: var(--b3-transition);
|
||||
|
||||
&--left {
|
||||
|
||||
@@ -13,7 +13,7 @@ const onRecentblocks = (data: IWebSocketData) => {
|
||||
<svg class="b3-list-item__graphic"><use xlink:href="#${getIconByType(item.type)}"></use></svg>
|
||||
<span class="b3-list-item__text">${item.content}</span>
|
||||
</div>
|
||||
<div class="b3-list-item__meta">${item.hPath}</div>
|
||||
<div class="b3-list-item__meta">${Lute.EscapeHTMLStr(item.hPath)}</div>
|
||||
</div>`;
|
||||
});
|
||||
document.querySelector("#searchPanel").innerHTML = resultHTML;
|
||||
|
||||
Reference in New Issue
Block a user