Code Quality: Fixed multiple paddings, disabled backspace addon (#354)

* Changed paddings and size for unsubscribe button to avoid shifts

* Fix bottom paddings

* Disable backspace addon, simplify attachments logic, convert switches

* Remove redundant code from Mail Rendering page

* Replace Font Icon to Path
This commit is contained in:
Tiktack
2024-09-10 10:14:13 +02:00
committed by GitHub
parent 7715d4bdda
commit 7761cf6dbe
4 changed files with 76 additions and 174 deletions

View File

@@ -8,7 +8,7 @@ const joditConfig = {
"showCharsCounter": false,
"showWordsCounter": false,
"showXPathInStatusbar": false,
"disablePlugins": "add-new-line",
"disablePlugins": "add-new-line,backspace",
"showPlaceholder": false,
"uploader": {
"insertImageAsBase64URI": true