mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adjust PM editor styles
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user