mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-01 19:09:51 +01:00
improve bookmark modal width
This commit is contained in:
parent
22ee2fa3cd
commit
233ea96808
@ -355,7 +355,7 @@ bookmark.add = {
|
|||||||
heading: 'Add a new Bookmark',
|
heading: 'Add a new Bookmark',
|
||||||
content: bookmarkForm.form(),
|
content: bookmarkForm.form(),
|
||||||
successText: 'Add',
|
successText: 'Add',
|
||||||
width: 60,
|
width: (state.get.current().bookmark.style === 'block') ? 60 : 70,
|
||||||
maxHeight: true,
|
maxHeight: true,
|
||||||
openAction: () => {
|
openAction: () => {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user