Skip to content

Commit 3e6caec

Browse files
committed
merge one rule
1 parent 2437cde commit 3e6caec

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

web_src/css/features/dropzone.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
pointer-events: none;
203203
position: absolute;
204204
height: 20px;
205-
top: 50%;
205+
top: 7em; /* by default the progress-bar was vertically centered (top: 50%), it's better to put it after the "details (size, filename)", then the layout from top to bottom is: size, filename, progress */
206206
margin-top: -10px;
207207
left: 15%;
208208
right: 15%;
@@ -300,9 +300,3 @@
300300
object-fit: contain !important;
301301
margin-bottom: 0 !important;
302302
}
303-
304-
.ui .field .dropzone .dz-preview .dz-progress {
305-
/* by default the progress-bar is vertically centered (top: 50%), it's better to put it after the "details (size, filename)",
306-
then the layout from top to bottom is: size, filename, progress */
307-
top: 7em;
308-
}

0 commit comments

Comments
 (0)