From c7a001f26cf7275b3512d5b2996371c6ab8a07fb Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 21 Dec 2025 10:59:16 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16484 --- app/src/assets/scss/business/_history.scss | 6 ++++++ app/src/history/history.ts | 22 ++++++++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/app/src/assets/scss/business/_history.scss b/app/src/assets/scss/business/_history.scss index 42081171b..2a15f3b7c 100644 --- a/app/src/assets/scss/business/_history.scss +++ b/app/src/assets/scss/business/_history.scss @@ -42,4 +42,10 @@ width: 5px; margin-left: -2px; } + + &__panel { + .protyle-title__input { + margin-top: 8px; + } + } } diff --git a/app/src/history/history.ts b/app/src/history/history.ts index b087df9d4..5e27837c2 100644 --- a/app/src/history/history.ts +++ b/app/src/history/history.ts @@ -170,9 +170,11 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string /// #else if (type === "getCloudRepoTagSnapshots") { actionHTML = ` + `; } else if (type === "getCloudRepoSnapshots") { - actionHTML = ``; + actionHTML = ` +`; } else if (type === "getRepoTagSnapshots") { actionHTML = ` @@ -434,7 +436,7 @@ export const openHistory = (app: App) => { -