Browse Source

:lipstick:

Vanessa 2 years ago
parent
commit
d5e0e7d2ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/constants.ts

+ 1 - 1
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;