diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index 2a396a7d6..adbc312db 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -478,9 +478,12 @@ async function saveTheme() { function resetMovablePanels() { document.getElementById("sheld").style.top = ''; document.getElementById("sheld").style.left = ''; + document.getElementById("sheld").style.bottom = ''; + document.getElementById("sheld").style.right = ''; document.getElementById("sheld").style.height = ''; document.getElementById("sheld").style.width = ''; + document.getElementById("left-nav-panel").style.top = ''; document.getElementById("left-nav-panel").style.left = ''; document.getElementById("left-nav-panel").style.height = ''; @@ -704,9 +707,9 @@ $(document).ready(() => { }); $('#auto_fix_generated_markdown').on('input', function () { - power_user.auto_fix_generated_markdown = !!$(this).prop('checked'); - reloadCurrentChat(); - saveSettingsDebounced(); + power_user.auto_fix_generated_markdown = !!$(this).prop('checked'); + reloadCurrentChat(); + saveSettingsDebounced(); }); $('#auto_scroll_chat_to_bottom').on("input", function () { diff --git a/public/style.css b/public/style.css index bce8e0343..d7cb7196a 100644 --- a/public/style.css +++ b/public/style.css @@ -3677,6 +3677,11 @@ body.noShadows * { display: none; } +#rm_group_add_members a, +#rm_group_members a { + color: var(--SmartThemeBodyColor); +} + #avatar_zoom_popup { /* height: 600px; width: 400px; */