From 440cf63317580588bf83e373b5f8daac80bd75f8 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Tue, 15 Aug 2023 12:05:27 +0800 Subject: [PATCH] fix: setting modal margin (#849) --- web/app/components/header/account-setting/index.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/components/header/account-setting/index.module.css b/web/app/components/header/account-setting/index.module.css index e270b050ee..bb855e1c86 100644 --- a/web/app/components/header/account-setting/index.module.css +++ b/web/app/components/header/account-setting/index.module.css @@ -1,6 +1,8 @@ .modal { max-width: 1024px !important; border-radius: 12px !important; + margin-top: 60px; + margin-bottom: 60px; padding: 0 !important; overflow-y: auto; } \ No newline at end of file