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