Context menu loading fixes
- Padding to center loader - Correcting missing import for `Loader`
This commit is contained in:
@ -3,6 +3,7 @@ import { useDispatch } from 'react-redux';
|
||||
import { compact } from 'lodash';
|
||||
import { I18n } from '../../locale';
|
||||
import Link from '../Link';
|
||||
import Loader from '../Loader';
|
||||
import Icon from '../Icon';
|
||||
import { encodeUri } from '../../util/format';
|
||||
import {
|
||||
|
||||
@ -106,7 +106,8 @@
|
||||
}
|
||||
|
||||
&--loader {
|
||||
padding-top: 75%;
|
||||
text-align: center;
|
||||
margin-top: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user