-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlapping of icon-background on hover #974
Comments
You're right there is an overlap on icons in "circle mode" (i.e. when there is no size to draw all icons in the same page as a spiral). I don't like the idea to change border radius, it's not consistent with the Sugar UI. FYI all magic regarding spiral/circle mode happen here. |
Hey, so I went through the homeview.js file you mentioned above and found a constant by the name of iconSpacingFactor over Am I doing it right? |
Just changing this value will probably affect spacing for both spiral and circle mode. |
Oh okay, I'll try finding a solution just for the circle mode. |
Hey @llaske , I think I fixed this issue without affecting the spiral design. Is this good? |
@AnandChourasia007 Sounds good. |
@llaske I have submitted the PR to the repo from which I had forked which was sugarlabs/sugarizer. After that I saw that most PR have been made to your repo ilaske/sugarizer. Is this fine or should I fork from your repo and submit my PR ? |
@AnandChourasia007 the latest repo is https://github.com/llaske/sugarizer . Please send your PR on the dev branch. |
Yeah sure! Sorry for the trouble. |
Hey @llaske, after making the fix, to how much extent should I check if the hover effect has been fixed? I mean do I have to ensure that this fixes hover effect all the way down upto mobile phones screen dimensions? Taking mobile responsiveness into account I mean. Because that would require resizing appropriately the inner two icons as well. |
@AnandChourasia007 You could find a good description of responsive limit of Sugarizer here. |
Fixed in 30c4a37 |
web-activity-icons overlap a little with the icons near them on hovering.
However, it looks fine if the border-radius is set to 50%
sug-ans_Trim.mp4
I would be happy to create a PR if the issue is approved.
The text was updated successfully, but these errors were encountered: