mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-16 18:20:49 +01:00
larger modal when editing a list style bookmark
This commit is contained in:
parent
c89267eb8b
commit
7a001a3da3
@ -772,6 +772,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 900px) {
|
||||
|
||||
.is-layout-breakpoint-md.is-bookmark-style-list .bookmark-wide .bookmark-control,
|
||||
.is-layout-breakpoint-lg.is-bookmark-style-list .bookmark-wide .bookmark-control,
|
||||
.is-layout-breakpoint-xl.is-bookmark-style-list .bookmark-wide .bookmark-control,
|
||||
.is-layout-breakpoint-xxl.is-bookmark-style-list .bookmark-wide .bookmark-control {
|
||||
padding-left: 10em;
|
||||
padding-right: 10em;
|
||||
}
|
||||
}
|
||||
|
||||
.is-bookmark-orientation-top .bookmark-control {
|
||||
top: calc(-1 * var(--bookmark-edit-height));
|
||||
}
|
||||
|
@ -137,7 +137,7 @@ const BookmarkTile = function({
|
||||
heading: isValidString(newBookmarkData.link.display.name.text) ? 'Edit ' + newBookmarkData.link.display.name.text : 'Edit unnamed bookmark',
|
||||
content: bookmarkForm.form(),
|
||||
successText: 'Save',
|
||||
width: 60,
|
||||
width: (state.get.current().bookmark.style === 'block') ? 60 : 70,
|
||||
maxHeight: true,
|
||||
successAction: () => {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user