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