From 294480418cfb6fe75176bd795ce9ed9c334c34c0 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 21 Aug 2019 22:55:55 +0800 Subject: [PATCH] [F] Fix login screen size on iPhone 5/SE --- src/components/login/login.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/login/login.scss b/src/components/login/login.scss index f761f5a..4d1f1c6 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -44,7 +44,7 @@ .login-panel { // Make it smaller - width: 300px; + width: 256px; // Center margin-left: auto;