gitea/gitea-main/web_src/css/features/cropper.css
2025-03-04 11:20:45 +00:00

7 lines
144 B
CSS

@import "cropperjs/dist/cropper.css";
.avatar-file-with-cropper + .cropper-panel .cropper-wrapper {
max-width: 400px;
max-height: 400px;
}