Properly center import chat button. Reload chat on markdown fixer toggle

This commit is contained in:
SillyLossy
2023-05-01 20:45:11 +03:00
parent 3e69c5142f
commit 0a71ff030e
2 changed files with 2 additions and 0 deletions

View File

@ -705,6 +705,7 @@ $(document).ready(() => {
$('#auto_fix_generated_markdown').on('input', function () {
power_user.auto_fix_generated_markdown = !!$(this).prop('checked');
reloadCurrentChat();
saveSettingsDebounced();
});

View File

@ -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,