Fix image preview not resized correctly in the mediatag dialog
parent
ab07554d0b
commit
2f3576f90e
|
@ -59,9 +59,6 @@ body.cp-app-pad {
|
|||
display: flex;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
&> * {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -118,7 +118,7 @@ CKEDITOR.dialog.add('mediatag', function (editor) {
|
|||
update();
|
||||
});
|
||||
|
||||
setTimeout(center);
|
||||
setTimeout(update);
|
||||
},
|
||||
onOk: function() {
|
||||
var dialog = this;
|
||||
|
|
Loading…
Reference in New Issue