The related Mod/Theme: SuperPins
I have "Makes pinned tabs look similar to Essentials" enabled. But the icons are so tiny.
So I used the following CSS:
/* Slightly increase the size of the border around the SuperPins */
.zen-workspace-pinned-tabs-section .tab-background {
scale: 1.15;
}
/* Increase size of icons inside the SuperPins */
/* Alternative: [pinned="true"] .tab-icon-image */
.tab-content[pinned="true"] {
scale: 1.7;
}
This produces icons like this:
Nice and clear!
I would like to share this config with others. Perhaps larger icons could be an option in SuperPins?
The related Mod/Theme: SuperPins
I have "Makes pinned tabs look similar to Essentials" enabled. But the icons are so tiny.
So I used the following CSS:
This produces icons like this:
Nice and clear!
I would like to share this config with others. Perhaps larger icons could be an option in SuperPins?