Adjust PM editor styles

This commit is contained in:
Cohee
2024-09-23 23:11:28 +03:00
parent a408328fc6
commit 780f2f712e
2 changed files with 25 additions and 10 deletions

View File

@ -1750,7 +1750,7 @@ class PromptManager {
*/
showPopup(area = 'edit') {
const areaElement = document.getElementById(this.configuration.prefix + 'prompt_manager_popup_' + area);
areaElement.style.display = 'block';
areaElement.style.display = 'flex';
$('#' + this.configuration.prefix + 'prompt_manager_popup').first()
.slideDown(200, 'swing')