mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-25 01:36:09 +01:00
🎨
This commit is contained in:
parent
f41d1d2c7d
commit
c647a0f723
3 changed files with 5 additions and 3 deletions
|
|
@ -190,6 +190,9 @@
|
|||
#model {
|
||||
box-sizing: border-box;
|
||||
|
||||
.toolbar__text {
|
||||
min-height: 48px;
|
||||
}
|
||||
.config-about__logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ const replace = (element: Element, config: ISearchOption, isAll: boolean) => {
|
|||
}
|
||||
loadElement.classList.remove("fn__none");
|
||||
loadElement.nextElementSibling.classList.add("fn__none");
|
||||
searchListElement.previousElementSibling.innerHTML = "";
|
||||
let ids: string[] = [];
|
||||
if (isAll) {
|
||||
searchListElement.querySelectorAll('.b3-list-item[data-type="search-item"]').forEach(item => {
|
||||
|
|
|
|||
|
|
@ -336,10 +336,10 @@ export const genSearch = (app: App, config: ISearchOption, element: Element, clo
|
|||
<svg><use xlink:href="#iconFilter"></use></svg>
|
||||
</span>
|
||||
<span class="fn__space"></span>
|
||||
<button id="replaceBtn" class="b3-button b3-button--small b3-button--outline fn__flex-center">↵ ${window.siyuan.languages.replace}</button>
|
||||
<div class="fn__space"></div>
|
||||
<button id="replaceAllBtn" class="b3-button b3-button--small b3-button--outline fn__flex-center">${window.siyuan.languages.replaceAll}</button>
|
||||
<div class="fn__space"></div>
|
||||
<button id="replaceBtn" class="b3-button b3-button--small b3-button--outline fn__flex-center">↵ ${window.siyuan.languages.replace}</button>
|
||||
<div class="fn__space"></div>
|
||||
</div>
|
||||
<div id="criteria" class="search__header"></div>
|
||||
<div class="search__layout${(closeCB ? data.layout === 1 : data.layoutTab === 1) ? " search__layout--row" : ""}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue