mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
💄
This commit is contained in:
parent
ec8c1bc03c
commit
ae6b724a7e
1 changed files with 2 additions and 2 deletions
|
|
@ -1272,7 +1272,7 @@ export class Toolbar {
|
|||
this.subElement.style.width = "";
|
||||
this.subElement.style.padding = "";
|
||||
this.subElement.innerHTML = `<div style="max-height:50vh" class="fn__flex">
|
||||
<div class="fn__flex-column" style="min-width: 260px;max-width:${isMobile() ? "80" : "50"}vw">
|
||||
<div class="fn__flex-column" style="min-width: 260px;max-width:${isMobile() ? "90" : "50"}vw">
|
||||
<input style="margin: 4px 8px 8px 8px" class="b3-text-field"/>
|
||||
<div class="b3-list fn__flex-1 b3-list--background" style="position: relative">${html}</div>
|
||||
</div>
|
||||
|
|
@ -1431,7 +1431,7 @@ export class Toolbar {
|
|||
this.subElement.style.width = "";
|
||||
this.subElement.style.padding = "";
|
||||
this.subElement.innerHTML = `<div style="max-height:50vh" class="fn__flex">
|
||||
<div class="fn__flex-column" style="min-width: 260px;max-width:${isMobile() ? "80" : "50"}vw">
|
||||
<div class="fn__flex-column" style="min-width: 260px;max-width:${isMobile() ? "90" : "50"}vw">
|
||||
<input style="margin: 4px 8px 8px 8px" class="b3-text-field"/>
|
||||
<div class="b3-list fn__flex-1 b3-list--background" style="position: relative">${html}</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue