rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.

Home Page:http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[UI] Tooltips not having enough space to display on top

chriszhangusc opened this issue · comments

When the screen size is small, tooltips will not have enough space to be displayed on top of the button.
screen shot 2017-06-28 at 1 12 45 am

I tried to adjust the player left and right margin to 10%, it will have enough space to display. However, this will change how the player looks. Any suggestions on this?
screen shot 2017-06-28 at 1 18 24 am

I guess the player looks alright. Only the title of the track could have some more space and perhaps a bit of margin?

edit: Okay, I saw that this had nothing to do with your change. It was already before that the title is very squeezed. I would say adjusting the margins is alright! 👍

screen shot 2017-10-03 at 20 42 26

@minipekka do you still have this change somewhere around? We could merge it in a PR :)

@rwieruch Sure, I'll look into it.