This commit is contained in:
mr. m 2025-07-01 05:55:01 -05:00 committed by GitHub
commit c6de3e1d14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,38 @@
@media (-moz-bool-pref: "zen.tabs.vertical") {
#zen-browser-tabs-container {
position: absolute;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
overflow-y: clip;
}
#vertical-pinned-tabs-container .zen-workspace-tabs-section {
overflow: auto;
position: sticky !important;
}
#tabbrowser-arrowscrollbox {
min-height: 0 !important;
max-height: 100% !important;
position: relative;
}
#tabbrowser-arrowscrollbox .zen-workspace-tabs-section {
position: relative !important;
overflow-y: auto;
margin-top: initial !important;
}
@media (-moz-bool-pref: "mod.fixed-pins.sticky_new_tab") {
#tabbrowser-arrowscrollbox-periphery {
position: sticky !important;
bottom: 0;
left: 0;
right: 0;
background: var(--toolbox-bgcolor) !important;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

@ -0,0 +1,20 @@
[
{
"property": "property",
"label": "mod.fixed-pins.sticky_new_tab",
"type": "checkbox",
"disabledOn": []
},
{
"property": "label",
"label": "Keep New Tab button visible when scrolling",
"type": "checkbox",
"disabledOn": []
},
{
"property": "type",
"label": "checkbox",
"type": "checkbox",
"disabledOn": []
}
]

View file

@ -0,0 +1,2 @@
Keep pinned tabs at the top of the vertical tab section, like in previous versions of Zen.

View file

@ -0,0 +1,15 @@
{
"id": "e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9",
"name": "Fixed Pinned Tabs",
"description": "Keep pinned tabs visible when scrolling the vertical tabs",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/image.png",
"author": "Cybolic",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-01",
"updatedAt": "2025-03-01",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/preferences.json"
}