From 85cc4cb8f7651b75db73e76e466f25bc30e8a9cc Mon Sep 17 00:00:00 2001 From: Ajay Bura Date: Thu, 11 Nov 2021 16:47:08 +0530 Subject: [PATCH] Fix cropped loading and login screen Signed-off-by: Ajay Bura --- src/app/templates/auth/Auth.scss | 2 +- src/app/templates/client/Client.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/templates/auth/Auth.scss b/src/app/templates/auth/Auth.scss index 721642b..ce79c8e 100644 --- a/src/app/templates/auth/Auth.scss +++ b/src/app/templates/auth/Auth.scss @@ -1,6 +1,6 @@ .auth__base { --pattern-size: 48px; - min-height: 100vh; + min-height: 100%; background-color: var(--bg-surface-low); background-image: radial-gradient(rgba(0, 0, 0, 6%) 2px, rgba(0, 0, 0, 0%) 2px); diff --git a/src/app/templates/client/Client.scss b/src/app/templates/client/Client.scss index 8372302..546c151 100644 --- a/src/app/templates/client/Client.scss +++ b/src/app/templates/client/Client.scss @@ -18,7 +18,7 @@ top: 0; left: 0; width: 100vw; - height: 100vh; + height: 100%; display: flex; flex-direction: column;