From 73dd77cfb35e9280a1bc3562f5ff8da2c1e32aeb Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 3 Apr 2017 21:24:03 +1200 Subject: [PATCH] Width of notifications - maybe loader too wide --- src/js/views/App.js | 1 - src/scss/components/_notifications.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;