mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
Fix Loader with message below
This commit is contained in:
@@ -10,12 +10,14 @@ type Props = {
|
||||
};
|
||||
|
||||
const Wrapper = styled.div`
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 256px;
|
||||
`;
|
||||
|
||||
const FixedSizedImage = styled(Image)`
|
||||
margin-bottom: 0.75rem;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user