Skip to content

[Feature Request] Make the icons bigger #87

@joeytwiddle

Description

@joeytwiddle

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:

Image

Nice and clear!

I would like to share this config with others. Perhaps larger icons could be an option in SuperPins?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions