🐛 mac 下编辑起全屏,双击无效

This commit is contained in:
Vanessa 2022-07-12 10:25:07 +08:00
parent 8fff141c1a
commit 463e9e3195
2 changed files with 1 additions and 2 deletions

View file

@ -118,7 +118,6 @@
transition: var(--b3-transition);
margin-right: 8px;
overflow: auto;
flex: 1;
min-height: 30px;
&::-webkit-scrollbar {

View file

@ -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>