mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
made edit and delete series dialog height auto.
This commit is contained in:
@@ -148,7 +148,7 @@
|
|||||||
|
|
||||||
$("#seriesEditor").dialog({
|
$("#seriesEditor").dialog({
|
||||||
autoOpen: false,
|
autoOpen: false,
|
||||||
height: 360,
|
height: 'auto',
|
||||||
width: 670,
|
width: 670,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
modal: true,
|
modal: true,
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
$("#seriesDelete").dialog({
|
$("#seriesDelete").dialog({
|
||||||
autoOpen: false,
|
autoOpen: false,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
height: 170,
|
height: 'auto',
|
||||||
width: 450,
|
width: 450,
|
||||||
modal: true,
|
modal: true,
|
||||||
buttons: {
|
buttons: {
|
||||||
|
|||||||
Reference in New Issue
Block a user