-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
🐞 - Padding 0 Issues #629
Comments
I forked the repository to try to fix this bug |
@saiidhanna21 I forked the repository to try to fix this bug |
@saiidhanna21 In which file can I find the sidebar code ? Thanks |
Hi @AlLubila, all sidebar code is here the border radius control is present in this file: https://github.com/riccardoperra/codeimage/blob/main/apps/codeimage/src/components/PropertyEditor/FrameStyleForm.tsx However, I think this could be a frame styling issue https://github.com/riccardoperra/codeimage/tree/main/apps/codeimage/src/components/Terminal |
@riccardoperra I see, I will do my best to help you then. I will check each link and see how I can fix it(●'◡'●) |
My summary while I was debugging:THE PROBLEM OBSERVATION IN THE CONSOLE SOLUTION BUT, BUT VIDEO TO ILLUSTRATE WHAT I WROTE ⬇️ I hope it will help you to fix this issue 👌 CodeImage.-.A.tool.to.manage.and.beautify.your.code.screenshots.-.Brave.2024-05-06.15-00-23.1.1.mp4 |
Hey @AlLubila, thanks for your explanation. I can investigate on this this weekend and give you more information on how to handle this. Currently I think that the image backdrop should change his radius according to what the user choose. However, if the user has set padding to 0, I think that we should disable the border type option (set to none/null) and the shadows (these could already be hidden since we are using overflow auto |
@riccardoperra Got it, If I find a way to contibute again I will share with you |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Which @codeimage/* package(s) are the source of the bug?
codeimage
Please provide a screenshot or a video to a minimal reproduction of the bug
No response
Description
When padding is set to zero, we lose the radius on the code image. But once we click download it give us the rounded form, however it is cut on corners
Which browsers have you used?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: