mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-13 20:28:16 +08:00
8 lines
164 B
CSS
8 lines
164 B
CSS
.modal {
|
|
max-width: 1024px !important;
|
|
border-radius: 12px !important;
|
|
margin-top: 60px;
|
|
margin-bottom: 60px;
|
|
padding: 0 !important;
|
|
overflow-y: auto;
|
|
} |