Vanessa 2024-11-27 10:06:24 +08:00
parent cc045dc6f0
commit 30ea789fd3
2 changed files with 6 additions and 0 deletions

View file

@ -71,6 +71,11 @@
&__panel {
flex-direction: column;
& > .fn__flex-column {
min-height: auto;
border-radius: var(--b3-border-radius-b);
}
& > .history__side {
height: 40%;
overflow: auto;

View file

@ -445,6 +445,7 @@ export const openHistory = (app: App) => {
icon: "iconHistory",
title: window.siyuan.languages.dataHistory,
bindEvent(element) {
element.firstElementChild.setAttribute("style", "background-color:var(--b3-theme-background);height:100%")
bindEvent(app, element.firstElementChild);
}
});