From f7a43b3d867644d55f25296bf201a7e3b305e15f Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 21 Aug 2019 14:04:13 +0800 Subject: [PATCH] [O] Make the login panel smaller --- src/components/login/login.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 666f1fd..7c44a6b 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -2,6 +2,9 @@ // Parent div for login #login { + // Make it smaller + width: 300px; + // Input bars .el-input {