-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showRemoveButtonAfterComplete
breaks dashboard styling
#3308
Comments
We could hide the complete checkmark when showing |
Every time new conditions come up, I think about supporting it and having |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I use the following CSS to move the indicator to the upper left (or right, for rtl) of the image displayed, so it doesn't collide with the action button. .uppy-Dashboard-Item .uppy-Dashboard-Item-progress {
left: 0;
right: 0;
display: flex;
justify-content: flex-start;
margin-left: -11px;
margin-right: -11px;
} |
The remove button is on top of the progress icon. Surfaced in #3305.
The text was updated successfully, but these errors were encountered: