From 36516bc2bd52668246b4a9d9ae393835a1895581 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 7 Jan 2026 17:32:31 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/pull/16735 Signed-off-by: Daniel <845765@qq.com> --- app/electron/error.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/electron/error.html b/app/electron/error.html index f44123a66..6b5183d6f 100644 --- a/app/electron/error.html +++ b/app/electron/error.html @@ -17,7 +17,7 @@ display: flex; flex-direction: column; width: 100%; - min-height: 100vh; + min-height: calc(100vh - 32px); box-sizing: border-box; padding: 0 max(16px, calc((100vw - 608px) / 2)); } @@ -99,12 +99,12 @@ #content div { line-height: 1.6; - margin-bottom: 16px; + margin-top: 16px; } hr { border: 1px solid #e0e0e0; - margin: 0 0 16px 0; + margin: 16px 0; } .info-section { @@ -183,7 +183,6 @@
-