bytescale / bytescale-upload-widget

Beautiful JavaScript Upload Widget | Powered by Bytescale
https://www.bytescale.com/docs/upload-widget
MIT License
99 stars 10 forks source link

Fix off-center vertical alignment for `multi: false` uploads #9

Closed ljwagerfield closed 2 years ago

ljwagerfield commented 2 years ago

The top padding that was introduced to clear the close button results in an off-center vertical for single file uploads.

We should remove the top padding when multi: false.

ljwagerfield commented 2 years ago

This is now fixed.