This commit is contained in:
Zen Release Bot 2025-07-02 12:54:55 -04:00 committed by GitHub
commit 3c04bdf3de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,26 @@
/* Revert Pinned Tab Behavior */
/* CO-AUTHORED by sporocyst and Lu9 */
/* Make pinned tabs pinned again! (Warning: contains issues with transparency/blur in non-compact mode when Mica/Acrylic is enabled) */
#zen-tabs-wrapper {position: static !important;}
#zen-browser-tabs-container {
position: static !important;
}
#vertical-pinned-tabs-container {position: static !important;}
#vertical-pinned-tabs-container > .zen-workspace-tabs-section {
z-index: 5;
width: 100%;
.tabbrowser-tab .tab-background {
background: var(--zen-toolbar-element-bg) !important;
}
.tabbrowser-tab:hover .tab-background {
background: var(--tab-selected-bgcolor) !important;
}
}
#tabbrowser-arrowscrollbox {position: relative !important;}
#vertical-pinned-tabs-container > .zen-workspace-tabs-section {
backdrop-filter: blur(10px);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -0,0 +1,4 @@
# Revert Pinned Tab Behavior
**([Co-authored with sporocyst](https://github.com/zen-browser/desktop/discussions/4810) - do not post without also crediting them)**
Make pinned tabs pin again! (Warning: contains issues with transparency/blur in non-compact mode when Mica/Acrylic is enabled) (Compatible with SuperPins)

View file

@ -0,0 +1,14 @@
{
"id": "fe5c0f19-0613-4485-932a-e16f31128d66",
"name": "Sticky Pinned Tabs",
"description": "Make pinned tabs pin again! (Compatible with SuperPins)",
"homepage": "https://github.com/Lu9-ST/zen-stuff",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fe5c0f19-0613-4485-932a-e16f31128d66/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fe5c0f19-0613-4485-932a-e16f31128d66/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fe5c0f19-0613-4485-932a-e16f31128d66/image.png",
"author": "Lu9-ST",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-04-14",
"updatedAt": "2025-04-14"
}