aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/Loading.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-21 03:19:03 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-21 03:19:03 +0200
commit70dd02be202ae1b87ef8f7a2563ba09a3e7b0947 (patch)
treeddd34efea882a00e324000f84062c4cce28da814 /subprojects/frontend/src/Loading.tsx
parentfeat(frontend): overlay window controls (diff)
downloadrefinery-70dd02be202ae1b87ef8f7a2563ba09a3e7b0947.tar.gz
refinery-70dd02be202ae1b87ef8f7a2563ba09a3e7b0947.tar.zst
refinery-70dd02be202ae1b87ef8f7a2563ba09a3e7b0947.zip
refactor(frontend): improve code splitting
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',