bunqCommunity / bunqDesktop

The unofficial, free and open source desktop application for the bunq API
https://bunqdesk.top
MIT License
272 stars 52 forks source link

Fix avatar sub icon misalignment for selected account list items (fixes #478, #490). #491

Closed rvdsteege closed 5 years ago

rvdsteege commented 5 years ago

Fix misalignment of avatar sub icon (#490) and (coincidentally) seems to fix misaligned progress circle from issue #478 too.

rvdsteege commented 5 years ago

Hmm, I just discovered that this comes with a new small text overflow issue if the window width is between +/- 600 and 625 px:

schermafbeelding 2019-03-01 om 22 53 56

However, I still think this PR is an improvement over the misaligned progress circle (which is an issue for more 'window width').

Crecket commented 5 years ago

I ran into this as well and I can't think of anything to fix the overflow issue right now besides using the overflow:hidden css rule which isn't that great either. Definitely still an improvement yes, so thanks 👍