Enabling "group" and "show_progress" together leaves no padding/margin between the secondary info and the progress bar, doesn't look good.
Thanks for reporting this, that does indeed look bad 馃あ
This is mostly an issue when the player is displayed in the "collapsed view" if I'm correct.
I'll most likely end up adding some paddings to the top and bottom of the card when group is set to true. It would make the card take up slightly more vertical space, but should look way better.
| Before | After |
| ------- | ------ |
|
|
|
Okay, so I ended up making the progressbar slightly slimmer (only when group: true) so the vertical height of the card wouldn't need to be increased more than necessary.
I'm not 100% satisfied so might change again in the future.

Fix for this is now available in v1.0.0.
Thanks!
Most helpful comment
Okay, so I ended up making the progressbar slightly slimmer (only when
group: true) so the vertical height of the card wouldn't need to be increased more than necessary.I'm not 100% satisfied so might change again in the future.