diff --git a/src/js/views/App.js b/src/js/views/App.js index ffaefae5..5d51ef8d 100755 --- a/src/js/views/App.js +++ b/src/js/views/App.js @@ -12,7 +12,6 @@ import ContextMenu from '../components/ContextMenu' import Dragger from '../components/Dragger' import Modal from '../components/Modal/Modal' import Notifications from '../components/Notifications' -import Loader from '../components/Loader' import DebugInfo from '../components/DebugInfo' import * as helpers from '../helpers' diff --git a/src/scss/components/_notifications.scss b/src/scss/components/_notifications.scss index c7ca93e1..da2ee27e 100755 --- a/src/scss/components/_notifications.scss +++ b/src/scss/components/_notifications.scss @@ -6,7 +6,7 @@ right: 15px; z-index: 99; pointer-events: none; - max-width: 400px; + width: 200px; .notification { display: block;