Skip to content

Add theme: Zen0 Better Split Tab #1560

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

zen-browser-auto
Copy link
Member

Add theme: Zen0 Better Split Tab

This PR adds a new theme to the theme library.

Theme Details

@zen-browser-auto zen-browser-auto added the staged Theme still needs some changes label May 26, 2025
Copy link

@Ayamarre Ayamarre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/* >> Zen0 - Better Split Tab

  • CSS for split tab with 2 tabs per row.

  • Update : 2025-05-27 1.12.8b

  • Author : Fluntek
    */

@-moz-document url-prefix("chrome:") {
tab-group[split-view-group] {
display: flex !important;
flex-wrap: wrap !important;
flex-direction: row !important;
align-content: flex-start !important;
padding: 2px !important;
overflow-y: auto !important;
gap: 2px !important;
}

tab-group[split-view-group] > .tabbrowser-tab {
flex: 1 1 calc(50% - 2px) !important;
min-width: 0 !important;
box-sizing: border-box !important;
min-height: 36px !important;
}

#tabbrowser-tabpanels[zen-split-view="true"] .browserSidebarContainer.deck-selected {
outline: var(--zen-colors-border) !important;
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
staged Theme still needs some changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants