I need some help with my mod #126
-
I've made this little mod to set a different size for Essentials, Pinned and Normal tabs, and Workspace icons. I have installed it through Sine from my github, and it shows up, I can open the preferences page but nothing changes if I modify anything there. I'm currently using it inside SuperPins since it works this way, and I can't figure out why it won't work on its own. Can anyone take a look at it and help me figure it out please? https://github.com/allecsc/Icon-Tweaker |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@allecsc Okay, I'll take a look and let you know. EDIT: I have found the issue. It appears that your CSS is using |
Beta Was this translation helpful? Give feedback.
@allecsc Okay, I'll take a look and let you know.
EDIT: I have found the issue. It appears that your CSS is using
#theme-IconTweaker
to detect for when a dropdown is a certain value. However, Zen bases this id off of what the name is, meaning that you should use#theme-Icon-Tweaker
instead.