aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/Loading.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/Loading.tsx')
-rw-r--r--subprojects/frontend/src/Loading.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/frontend/src/Loading.tsx b/subprojects/frontend/src/Loading.tsx
index a699adca..72020a43 100644
--- a/subprojects/frontend/src/Loading.tsx
+++ b/subprojects/frontend/src/Loading.tsx
@@ -3,8 +3,8 @@ import { styled } from '@mui/material/styles';
3import React from 'react'; 3import React from 'react';
4 4
5const LoadingRoot = styled('div')({ 5const LoadingRoot = styled('div')({
6 width: '100vw', 6 width: '100%',
7 height: '100vh', 7 height: '100%',
8 display: 'flex', 8 display: 'flex',
9 alignItems: 'center', 9 alignItems: 'center',
10 justifyContent: 'center', 10 justifyContent: 'center',