From 773fc60f07f23c2f4be3df2d4ca00d38531e91eb Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 13 Jun 2020 00:19:38 +0200 Subject: [PATCH] Fix icon position in application loading screen Signed-off-by: Tilman Vatteroth --- src/components/application-loader/application-loader.scss | 7 +------ src/components/application-loader/loading-screen.tsx | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/application-loader/application-loader.scss b/src/components/application-loader/application-loader.scss index 744179ce0..a8ff924aa 100644 --- a/src/components/application-loader/application-loader.scss +++ b/src/components/application-loader/application-loader.scss @@ -8,11 +8,6 @@ animation: shake 0.3s ease-in-out; } - .icon { - width: 150px; - height: 150px; - } - height: 100vh; width: 100vw; @@ -77,4 +72,4 @@ transform: translate(1px, -2px) rotate(-1deg); } } -} \ No newline at end of file +} diff --git a/src/components/application-loader/loading-screen.tsx b/src/components/application-loader/loading-screen.tsx index bae89f469..9552c2666 100644 --- a/src/components/application-loader/loading-screen.tsx +++ b/src/components/application-loader/loading-screen.tsx @@ -10,7 +10,7 @@ export interface LoadingScreenProps { export const LoadingScreen: React.FC = ({ failedTitle }) => { return (
-
+