wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
71 stars 25 forks source link

fix/594 ui problem with progress bar bulk optimization section #627

Closed joejoe04 closed 2 years ago

joejoe04 commented 2 years ago

closes #594

When optimization starts, the percentage value looks like it's not in the right place, so that has been corrected:

1

Also, at widths below 782px, the top padding of the rows was reduced and not equal to the bottom padding and it also caused the percentage to overlap with content, so this has been addressed:

3

Also combined duplicate CSS rules into one.

Mai-Saad commented 2 years ago

Can see it fixed on chrome, firefox, responsive view on chrome. Note: For Safari on Mac or on ios, can see 0% just on the borderline, can we shift it a little right to be like on chrome? @joejoe04 Screenshot from 2021-12-13 10-58-35 Screenshot from 2021-12-13 10-57-03

on chrome: Screenshot from 2021-12-13 10-59-54

joejoe04 commented 2 years ago

@Mai-Saad Yes sure, I've pushed an update to move the 0% a couple of pixels more to the right, so it should now look okay for all browsers. Thank you!