diff --git a/app/src/assets/scss/util/_responsive.scss b/app/src/assets/scss/util/_responsive.scss
index 454c5e74a..3857b0080 100644
--- a/app/src/assets/scss/util/_responsive.scss
+++ b/app/src/assets/scss/util/_responsive.scss
@@ -75,7 +75,8 @@
height: 40%;
overflow: auto;
padding-bottom: 8px;
- width: auto;
+ width: auto !important;
+ border-bottom: 1px solid var(--b3-border-color);
}
}
}
diff --git a/app/src/history/diff.ts b/app/src/history/diff.ts
index 314dbd118..3be880a9c 100644
--- a/app/src/history/diff.ts
+++ b/app/src/history/diff.ts
@@ -226,7 +226,7 @@ const genHTML = (left: string, right: string, dialog: Dialog, direct: string) =>
`;
headElement.nextElementSibling.innerHTML = `
-
+
-
diff --git a/app/src/history/doc.ts b/app/src/history/doc.ts
index fbcf98f45..108471a85 100644
--- a/app/src/history/doc.ts
+++ b/app/src/history/doc.ts
@@ -62,7 +62,7 @@ export const openDocHistory = (options: {
pathString: string
}) => {
const contentHTML = `
-
+
- ${window.siyuan.languages.emptyContent}
diff --git a/app/src/history/history.ts b/app/src/history/history.ts
index 70bf30e41..9769f2ff6 100644
--- a/app/src/history/history.ts
+++ b/app/src/history/history.ts
@@ -347,7 +347,7 @@ export const openHistory = (app: App) => {
});
const contentHTML = `
-
+
${window.siyuan.languages.fileHistory}
${window.siyuan.languages.removedNotebook}
${window.siyuan.languages.dataSnapshot}
@@ -393,7 +393,7 @@ export const openHistory = (app: App) => {
-
+
- ${window.siyuan.languages.emptyContent}