mirror of https://github.com/go-gitea/gitea.git
merge one rule
This commit is contained in:
parent
2437cde6e1
commit
3e6caec7bb
|
@ -202,7 +202,7 @@
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
top: 50%;
|
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 */
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
left: 15%;
|
left: 15%;
|
||||||
right: 15%;
|
right: 15%;
|
||||||
|
@ -300,9 +300,3 @@
|
||||||
object-fit: contain !important;
|
object-fit: contain !important;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui .field .dropzone .dz-preview .dz-progress {
|
|
||||||
/* by default the progress-bar is 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 */
|
|
||||||
top: 7em;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue