mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 19:18:20 +00:00
Backport #26492 by @wxiaoguang 1. Make the "filename" visible 2. Avoiding UI flicker when the uploading is completing Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -51,3 +51,9 @@
|
|||||||
.dropzone .dz-preview:hover .dz-image img {
|
.dropzone .dz-preview:hover .dz-image img {
|
||||||
filter: opacity(0.5) !important;
|
filter: opacity(0.5) !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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user