mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-18 05:36:55 +08:00
8 lines
174 B
CSS
8 lines
174 B
CSS
.modal-dialog {
|
|
@apply relative z-50;
|
|
}
|
|
|
|
.modal-panel {
|
|
@apply w-full max-w-[480px] transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all;
|
|
}
|