From e32159852c061de8217c99267dd6e1985b67b444 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 9 Apr 2024 18:16:23 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/10954 --- app/src/constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/constants.ts b/app/src/constants.ts index f395525e7..c316b7965 100644 --- a/app/src/constants.ts +++ b/app/src/constants.ts @@ -530,13 +530,13 @@ export abstract class Constants { data: [ [{ type: "file", - size: {width: 227, height: 0}, + size: {width: 232, height: 0}, show: true, icon: "iconFiles", hotkeyLangId: "fileTree", }, { type: "outline", - size: {width: 227, height: 0}, + size: {width: 232, height: 0}, show: false, icon: "iconAlignCenter", hotkeyLangId: "outline", @@ -548,13 +548,13 @@ export abstract class Constants { hotkeyLangId: "inbox", }], [{ type: "bookmark", - size: {width: 227, height: 0}, + size: {width: 232, height: 0}, show: false, icon: "iconBookmark", hotkeyLangId: "bookmark", }, { type: "tag", - size: {width: 227, height: 0}, + size: {width: 232, height: 0}, show: false, icon: "iconTags", hotkeyLangId: "tag",