www.fgks.org   »   [go: up one dir, main page]

Skip to content
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

Change layout of saved image modal #5288

Merged

Conversation

jimchamp
Copy link
Collaborator
@jimchamp jimchamp commented Jun 9, 2021

Closes #4889

Corrects issue in which the "Finished" button overlaps links in the saved image modal.

Technical

Image div and upload information div were nested within a div having display: flex. Removed floats from both of the nested divs. The clearfix div was removed from the template. A width attribute of 200 was added to the image.

Testing

Attempt to upload an image. Upon success, ensure that none of the modal text is overlapped by any other elements in the view.

Screenshot

book-saved-flex

Stakeholders

-  Remove clearfix div from template
- Add width attribute to cover image
@jdlrobson jdlrobson self-assigned this Jun 10, 2021
Copy link
Collaborator
@jdlrobson jdlrobson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to test this before merging, but code looks good. Nice to see the clearfix go.

@mekarpeles
Copy link
Member

Jim can put on testing once our PR deploy tool is back up, ty!

@jdlrobson jdlrobson merged commit a5a58c2 into internetarchive:master Jun 25, 2021
@jdlrobson
Copy link
Collaborator
jdlrobson commented Jun 25, 2021

Sorry for the delay. Finally got round to testing.
Screen Shot 2021-06-24 at 8 50 10 PM

@RayBB
Copy link
Collaborator
RayBB commented Jun 25, 2021

@jamesachamp this is awesome thanks for fixing! :)

@jimchamp jimchamp deleted the 4889/bug/fix-add-cover-modal-layout branch September 29, 2021 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cover upload modal: Finished button partially blocks links
4 participants