Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec93ec commit 91a00ebCopy full SHA for 91a00eb
web-app/src/components/Error/index.tsx
@@ -14,9 +14,9 @@ const styles = {
14
alignItems: 'center' as 'center',
15
border: `0.5rem solid ${theme['$color-error-2']}`,
16
padding: '1rem',
17
- width: '100%',
+ width: '100vw',
18
maxWidth: '100%',
19
- height: '100%',
+ height: '100vh',
20
}),
21
content: (theme: Theme) => ({
22
textAlign: 'center' as 'center',
web-app/src/containers/Loading/index.tsx
@@ -16,8 +16,8 @@ const styles = {
flexDirection: 'column' as 'column',
justifyContent: 'center' as 'center',
},
processes: {
23
padding: '0 1rem',
0 commit comments