Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 14, 2023
1 parent 831401f commit 6c6e9ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

&__views {
align-items: center;
box-shadow: 0px -1px inset var(--b3-theme-background-light);
}

&__title {
Expand All @@ -61,7 +62,7 @@
&__counter {
position: absolute;
bottom: 0;
height: 30px;
height: 26px;
padding: 0 5px;
background-color: var(--av-background);
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/protyle/render/av/row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const updateHeader = (rowElement: HTMLElement) => {
headUseElement.setAttribute("xlink:href", "#iconIndeterminateCheck");
}
counterElement.classList.remove("fn__none");
counterElement.innerHTML = `${selectCount} selected`;
counterElement.innerHTML = `${selectCount} ${window.siyuan.languages.selected}`;
avHeadElement.style.position = "sticky";
};

Expand Down

0 comments on commit 6c6e9ea

Please sign in to comment.