-
Notifications
You must be signed in to change notification settings - Fork 205
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
feat: added padding to download dropdowns #525 #526
feat: added padding to download dropdowns #525 #526
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
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.
your changes spoils the code structure and will cause problems
width="20" | ||
></iconify-icon> | ||
Download Svg | ||
<div class="dropdown-item-svg-png"> |
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.
your issue has nothing to do with the HTML, just CSS, you are just to style
color: var(--text-color); | ||
background-color: var(--primary-color); |
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.
why are you changing the position, please revert back
@Dun-sin |
no, i don't want to see any change that has to do with html and no change that has to do with creating a new rule in css, it already has a style and a rule which is how it was made in the first place, locate it and add the padding, very simple |
@Dun-sin Done. |
There's no difference, there shouldn't be a new rule and I shouldn't see the html file in changes. Sorry but if you don't get it right this time, the PR will be closed |
I don't think I get it. I'll make a new PR. |
Fixes Issue
My PR closes #506
π¨βπ» Changes proposed(What did you do ?)
Add padding to the download dropdowns.
βοΈ Check List (Check all the applicable boxes)
Note to reviewers
π· Screenshots