Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 12, 2023
1 parent 94ffe16 commit efc3ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/assets/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ html {
align-self: center;
margin: 0 8px 0 4px;
cursor: pointer;
flex-shrink: 0;

& > div {
background-color: var(--b3-theme-primary-light);
Expand Down
1 change: 1 addition & 0 deletions app/src/protyle/breadcrumb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ export class Breadcrumb {
}).element);
window.siyuan.menus.menu.append(new MenuItem({
label: window.siyuan.languages.netAssets2LocalAssets,
icon: "iconTransform",
accelerator: window.siyuan.config.keymap.editor.general.netAssets2LocalAssets.custom,
click() {
net2LocalAssets(protyle, "Assets");
Expand Down

0 comments on commit efc3ec4

Please sign in to comment.