diff --git a/src/Editor/Editor.jsx b/src/Editor/Editor.jsx index 2977c8234..b7f1764ae 100644 --- a/src/Editor/Editor.jsx +++ b/src/Editor/Editor.jsx @@ -853,12 +853,12 @@ class Editor extends EditorCore { // Default options for the toast: let defaultOptions = { - position: "top-right", + position: "bottom-right", autoClose: 3000, hideProgressBar: true, closeOnClick: true, pauseOnHover: true, - draggable: true, + draggable: false, className: (type + '-toast-background'), bodyClassName: (type + '-toast-body'), progressClassName: (type + '-toast-progress'), diff --git a/src/Editor/_editor.scss b/src/Editor/_editor.scss index 072c8fc00..a9c249c51 100644 --- a/src/Editor/_editor.scss +++ b/src/Editor/_editor.scss @@ -102,15 +102,17 @@ body { // Toasts .Toastify__toast { font-family: 'Nunito Sans'; - font-weight: 800; - font-size: 24px; + font-weight: normal; + font-size: 16px; border-radius: 3px; + min-height: 0; + padding: 6px; } .Toastify__toast button{ font-family: 'Nunito Sans'; - font-weight: 800; - font-size: 24px; + font-weight: normal; + font-size: 16px; } .info-toast-background {