mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 04:20:05 +08:00
This commit is contained in:
parent
cc045dc6f0
commit
30ea789fd3
@ -71,6 +71,11 @@
|
|||||||
&__panel {
|
&__panel {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
& > .fn__flex-column {
|
||||||
|
min-height: auto;
|
||||||
|
border-radius: var(--b3-border-radius-b);
|
||||||
|
}
|
||||||
|
|
||||||
& > .history__side {
|
& > .history__side {
|
||||||
height: 40%;
|
height: 40%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -445,6 +445,7 @@ export const openHistory = (app: App) => {
|
|||||||
icon: "iconHistory",
|
icon: "iconHistory",
|
||||||
title: window.siyuan.languages.dataHistory,
|
title: window.siyuan.languages.dataHistory,
|
||||||
bindEvent(element) {
|
bindEvent(element) {
|
||||||
|
element.firstElementChild.setAttribute("style", "background-color:var(--b3-theme-background);height:100%")
|
||||||
bindEvent(app, element.firstElementChild);
|
bindEvent(app, element.firstElementChild);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user