dify/web/app/components/header/account-setting/index.module.css

8 lines
164 B
CSS
Raw Normal View History

2023-05-15 08:51:32 +08:00
.modal {
max-width: 1024px !important;
border-radius: 12px !important;
2023-08-15 12:05:27 +08:00
margin-top: 60px;
margin-bottom: 60px;
2023-05-15 08:51:32 +08:00
padding: 0 !important;
overflow-y: auto;
}