This commit is contained in:
parent
cc045dc6f0
commit
30ea789fd3
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue