- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.1k
Fix: Copy button hidden on small screens (<786px) #1174
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
base: master
Are you sure you want to change the base?
Fix: Copy button hidden on small screens (<786px) #1174
Conversation
| @LuckySilver0021 is attempting to deploy a commit to the BEEKAI OSS Team on Vercel. A member of the Team first needs to authorize it. | 
| ✅ Deploy Preview for sage-cassata-31d224 ready!
 To edit notification comments on pull requests, go to your Netlify project configuration. | 
| The latest updates on your projects. Learn more about Vercel for GitHub. 
 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its showing more files changed that actually changed because accidently I changed syntax of it , but the core change reamins only in the : src/components/CodeArea.module.css file
lmk if its fine  @bluebill1049
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reviewing the changes. To recap, the main fix ensures the copy button shows up on screens smaller than 768px by updating src/components/CodeArea.module.css.
If you have any concerns about the accidental syntax updates or any further adjustments, lmk. Happy to make required changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Copy button was not showing up below screen width of 768px, fixed it.