This commit is contained in:
parent
1ed4785619
commit
1cdc80e1bd
2 changed files with 2 additions and 1 deletions
|
@ -117,6 +117,7 @@
|
|||
transition: var(--b3-transition);
|
||||
margin-right: 8px;
|
||||
overflow: auto;
|
||||
flex: 1;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
|
@ -30,7 +30,7 @@ export class Breadcrumb {
|
|||
const element = document.createElement("div");
|
||||
element.className = "protyle-breadcrumb";
|
||||
let html = `<div class="protyle-breadcrumb__bar"></div>
|
||||
<span class="fn__flex-1 fn__space fn__flex-shrink"></span>
|
||||
<span class="fn__space 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
Reference in a new issue