diff --git a/web/modals/threads/thread-settings-delete-tab.css b/web/modals/threads/thread-settings-delete-tab.css --- a/web/modals/threads/thread-settings-delete-tab.css +++ b/web/modals/threads/thread-settings-delete-tab.css @@ -21,27 +21,11 @@ margin-bottom: 4px; } -div.form_content textarea { - padding: 12px; - background: var(--modal-bg); - color: var(--fg); - border: 1px solid var(--border-color); - font-size: var(--m-font-16); - border-radius: 4px; - width: 100%; -} - .italic { font-style: italic; color: var(--fg); } -div.edit_thread_account_password { - border-top: 2px solid #efefef; - padding-top: 4px; - margin-top: 2px; -} - .delete_button { width: 100%; } diff --git a/web/modals/threads/thread-settings-delete-tab.react.js b/web/modals/threads/thread-settings-delete-tab.react.js --- a/web/modals/threads/thread-settings-delete-tab.react.js +++ b/web/modals/threads/thread-settings-delete-tab.react.js @@ -83,7 +83,7 @@ this.
-Please enter your account password to confirm your identity