From 1bc77c6f61b13fa7d70af52edf1c60e25b25eb5f Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 26 Jun 2023 19:58:18 +0800 Subject: [PATCH] :art: Improve init screen --- app/electron/init.html | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/app/electron/init.html b/app/electron/init.html index 8f69d928b..8eea347e9 100644 --- a/app/electron/init.html +++ b/app/electron/init.html @@ -21,7 +21,7 @@ border: 1px solid rgba(0, 0, 0, .06); min-height: 100vh; box-sizing: border-box; - padding: 0 calc((100vw - 608px) / 2); + padding: 0 calc((100vw - 608px) * 0.3); } .fn__flex-1 { @@ -31,7 +31,7 @@ } h2 { - margin: 0 0 4px 0; + margin: 0 0 12px 0; line-height: 24px; } @@ -200,7 +200,7 @@