mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Properly center import chat button. Reload chat on markdown fixer toggle
This commit is contained in:
@ -705,6 +705,7 @@ $(document).ready(() => {
|
||||
|
||||
$('#auto_fix_generated_markdown').on('input', function () {
|
||||
power_user.auto_fix_generated_markdown = !!$(this).prop('checked');
|
||||
reloadCurrentChat();
|
||||
saveSettingsDebounced();
|
||||
});
|
||||
|
||||
|
@ -1436,6 +1436,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
||||
transition: 0.3s;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.avatar_div .menu_button,
|
||||
|
Reference in New Issue
Block a user