Skip to content

Commit 50ce300

Browse files
authored
Merge branch 'main' into api
2 parents d72bcee + 253737e commit 50ce300

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web_src/css/features/dropzone.css

+6
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@
5151
.dropzone .dz-preview:hover .dz-image img {
5252
filter: opacity(0.5) !important;
5353
}
54+
55+
.ui .field .dropzone .dz-preview .dz-progress {
56+
/* by default the progress-bar is vertically centered (top: 50%), it's better to put it after the "details (size, filename)",
57+
then the layout from top to bottom is: size, filename, progress */
58+
top: 7em;
59+
}

0 commit comments

Comments
 (0)