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 () {
|
$('#auto_fix_generated_markdown').on('input', function () {
|
||||||
power_user.auto_fix_generated_markdown = !!$(this).prop('checked');
|
power_user.auto_fix_generated_markdown = !!$(this).prop('checked');
|
||||||
|
reloadCurrentChat();
|
||||||
saveSettingsDebounced();
|
saveSettingsDebounced();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1436,6 +1436,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
|||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar_div .menu_button,
|
.avatar_div .menu_button,
|
||||||
|
Reference in New Issue
Block a user