mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Fixed Pinned Tabs
This commit is contained in:
parent
cdccfde6b2
commit
01ebe815f5
5 changed files with 75 additions and 0 deletions
38
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/chrome.css
Normal file
38
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/chrome.css
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
BIN
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/image.png
Normal file
BIN
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
20
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/preferences.json
Normal file
20
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/preferences.json
Normal 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": []
|
||||
}
|
||||
]
|
2
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/readme.md
Normal file
2
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Keep pinned tabs at the top of the vertical tab section, like in previous versions of Zen.
|
15
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/theme.json
Normal file
15
themes/e1b1e6ed-edaf-4ecf-8e61-1192ca9213d9/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue