Skip to content

[create-theme]: Better Tab Overflow #1982

@JosephPri

Description

@JosephPri

Name

Better Tab Overflow

Description

Replaces the built-in simple line tab overflow indicators with a gradient

Homepage

https://github.com/JosephPri/Zen-Better-Tab-Overflow

Image

https://raw.githubusercontent.com/JosephPri/Zen-Better-Tab-Overflow/main/BetterTabOverflow.png

Type

  • JSON Color Theme

Theme Styles

/* Hide the original indicator */
.workspace-arrowscrollbox::before,
.workspace-arrowscrollbox::after {
    background: none !important;
}

/* Create top gradient */
.workspace-arrowscrollbox[overflowing]:not([scrolledtostart])::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 8px !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 50%, transparent 100%) !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

/* Create bottom gradient */
.workspace-arrowscrollbox[overflowing]:not([scrolledtoend])::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 8px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 50%, transparent 100%) !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

Readme

# Better Tab Overflow - Zen Browser Mod

Replaces the built-in simple line tab overflow indicators with a gradient, adding depth and improving overall readability.

![Preview](BetterTabOverflow.png)

Preferences

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-themeSubmit a theme to be added to the theme library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions