From d5e0e7d2ff9b69af80a894afcec9dc0791c3dea4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 17 Oct 2022 08:57:31 +0800 Subject: [PATCH] :lipstick: --- app/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/constants.ts b/app/src/constants.ts index ecf4cc517..586356f11 100644 --- a/app/src/constants.ts +++ b/app/src/constants.ts @@ -34,7 +34,7 @@ export abstract class Constants { public static readonly SIYUAN_UPDATE_THEME: string = "siyuan-update-theme"; // size - public static readonly SIZE_TOOLBAR_HEIGHT: number = 30; + public static readonly SIZE_TOOLBAR_HEIGHT: number = 42; public static readonly SIZE_GET = 36; public static readonly SIZE_GET_MAX = 102400; public static readonly SIZE_UNDO = 64;