Width of notifications - maybe loader too wide
This commit is contained in:
@ -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'
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
right: 15px;
|
||||
z-index: 99;
|
||||
pointer-events: none;
|
||||
max-width: 400px;
|
||||
width: 200px;
|
||||
|
||||
.notification {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user