#1875: Position dialog near right of screen instead of center
This commit is contained in:
@@ -73,6 +73,11 @@
|
|||||||
dialog.dialog({
|
dialog.dialog({
|
||||||
title: "Edit tags",
|
title: "Edit tags",
|
||||||
width: $(window).width() / 3,
|
width: $(window).width() / 3,
|
||||||
|
position: {
|
||||||
|
my: "right",
|
||||||
|
at: "right-20",
|
||||||
|
of: window
|
||||||
|
},
|
||||||
drag: function(e, ui) {
|
drag: function(e, ui) {
|
||||||
if (Danbooru.meta("enable-auto-complete") === "true") {
|
if (Danbooru.meta("enable-auto-complete") === "true") {
|
||||||
$tag_string.data("uiAutocomplete").close();
|
$tag_string.data("uiAutocomplete").close();
|
||||||
|
|||||||
Reference in New Issue
Block a user