1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-04 14:10:47 +02:00
Files
2025-02-06 21:07:44 +08: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;
}