소스 검색

fix: setting modal margin (#849)

zxhlyh 1 년 전
부모
커밋
440cf63317
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      web/app/components/header/account-setting/index.module.css

+ 2 - 0
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;
 }