From 233ea9680872322ad561f71e0d73e181733f293c Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sun, 22 Aug 2021 07:15:58 +0100 Subject: [PATCH] improve bookmark modal width --- src/component/bookmark/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/bookmark/index.js b/src/component/bookmark/index.js index 5b5a459c..7f7eb86d 100644 --- a/src/component/bookmark/index.js +++ b/src/component/bookmark/index.js @@ -355,7 +355,7 @@ bookmark.add = { heading: 'Add a new Bookmark', content: bookmarkForm.form(), successText: 'Add', - width: 60, + width: (state.get.current().bookmark.style === 'block') ? 60 : 70, maxHeight: true, openAction: () => {