diff --git a/public/script.js b/public/script.js index a03920876..9ede6d213 100644 --- a/public/script.js +++ b/public/script.js @@ -215,7 +215,7 @@ let optionsPopper = Popper.createPopper(document.getElementById('send_form'), do placement: 'top-start' }); let exportPopper = Popper.createPopper(document.getElementById('export_button'), document.getElementById('export_format_popup'), { - placement: 'left', + placement: 'left' }); let dialogueResolve = null; let chat_metadata = {}; diff --git a/public/style.css b/public/style.css index 4a38938b9..bec335d29 100644 --- a/public/style.css +++ b/public/style.css @@ -2960,7 +2960,7 @@ a { flex-direction: column; padding-left: 0; margin-top: 0; - margin-bottom: 3px; + /* margin-bottom: 3px; */ overflow: hidden; background-color: var(--SmartThemeBlurTintColor); backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)*2)); @@ -2977,7 +2977,7 @@ a { .list-group-item { color: var(--SmartThemeBodyColor); padding: 0.75rem 1.25rem; - margin-bottom: -1px; + /* margin-bottom: -1px; */ box-sizing: border-box; user-select: none; cursor: pointer;