Skip to content
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

Missing Icons #10

Open
ChillyPigeon742 opened this issue Dec 17, 2024 · 0 comments
Open

Missing Icons #10

ChillyPigeon742 opened this issue Dec 17, 2024 · 0 comments

Comments

@ChillyPigeon742
Copy link

ChillyPigeon742 commented Dec 17, 2024

I found some missing icons on the tabs so I went through the code and added icons for them. I took the icons from the theme this is based on. Was hoping this could be implemented into the actual code?

Without code:
image

With code:
image

@property --si-contentandsocial{syntax:"<url>";inherits:true;initial-value:url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/settingsicons/family.png)}
@property --si-dataandprivacy{syntax:"<url>";inherits:true;initial-value:url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/settingsicons/privacy.png)}

.sidebar_c25c6d .side_a0 .item_a0[data-tab-id="Content & Social"]::before{mask:var(--si-contentandsocial) center/contain no-repeat}.sidebar_c25c6d .side_a0 .item_a0[data-tab-id="Data & Privacy"]::before{mask:var(--si-dataandprivacy) center/contain no-repeat}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant