RocketChat / RocketChat/Rocket.Chat
Enhance: Adding the Hovering Effect to Socials Links in the Footer Section
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
To add the hovering effect to social links in the footer section, you can apply a CSS rule that increases the scale of the social icons from 95% to 105% when the user hovers over them. This will create a subtle zoom-in effect for the icons, enhancing their interactivity.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the footer section and its social links, then inspect the associated styles. Add a hover rule that scales the social icons from 95% to 105%, and verify the effect in the rendered footer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100