mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Merge 81a0d970d6
into b36258a8c7
This commit is contained in:
commit
3c04bdf3de
4 changed files with 44 additions and 0 deletions
26
themes/fe5c0f19-0613-4485-932a-e16f31128d66/chrome.css
Normal file
26
themes/fe5c0f19-0613-4485-932a-e16f31128d66/chrome.css
Normal 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);
|
||||
}
|
BIN
themes/fe5c0f19-0613-4485-932a-e16f31128d66/image.png
Normal file
BIN
themes/fe5c0f19-0613-4485-932a-e16f31128d66/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
4
themes/fe5c0f19-0613-4485-932a-e16f31128d66/readme.md
Normal file
4
themes/fe5c0f19-0613-4485-932a-e16f31128d66/readme.md
Normal 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)
|
14
themes/fe5c0f19-0613-4485-932a-e16f31128d66/theme.json
Normal file
14
themes/fe5c0f19-0613-4485-932a-e16f31128d66/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue