mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 05:58:07 +01:00
🐛 mac 下编辑起全屏,双击无效
This commit is contained in:
parent
8fff141c1a
commit
463e9e3195
2 changed files with 1 additions and 2 deletions
|
|
@ -118,7 +118,6 @@
|
|||
transition: var(--b3-transition);
|
||||
margin-right: 8px;
|
||||
overflow: auto;
|
||||
flex: 1;
|
||||
min-height: 30px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ export class Breadcrumb {
|
|||
const element = document.createElement("div");
|
||||
element.className = "protyle-breadcrumb";
|
||||
let html = `<div class="protyle-breadcrumb__bar"></div>
|
||||
<span class="fn__space fn__flex-shrink"></span>
|
||||
<span class="fn__flex-1 fn__flex-shrink"></span>
|
||||
<button class="b3-tooltips b3-tooltips__w block__icon fn__flex-center" style="opacity: 1;" data-menu="true" aria-label="${window.siyuan.languages.more}"><svg><use xlink:href="#iconMore"></use></svg></button>`;
|
||||
if (protyle.options.render.breadcrumbContext) {
|
||||
html += `<span class="fn__space"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue