mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Shy Switchy Sidebar
This commit is contained in:
parent
6c78fae0d3
commit
a6395e2d75
4 changed files with 29 additions and 0 deletions
12
themes/25f5221e-bf5f-4095-af43-d371e2cc1371/chrome.css
Normal file
12
themes/25f5221e-bf5f-4095-af43-d371e2cc1371/chrome.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
:root[zen-compact-mode="true"]:not([customizing]):not([inDOMFullscreen="true"]) {
|
||||
@media (-moz-bool-pref: "zen.view.compact.hide-tabbar") or (-moz-bool-pref: "zen.view.use-single-toolbar") {
|
||||
&:not([zen-right-side="true"]) #navigator-toolbox[flash-popup] {
|
||||
left: calc(-1 * var(--zen-sidebar-width) + var(--zen-element-separation)) !important;
|
||||
}
|
||||
|
||||
&[zen-right-side="true"] #navigator-toolbox[flash-popup] {
|
||||
right: calc(-1 * var(--zen-sidebar-width) + var(--zen-element-separation)) !important;
|
||||
}
|
||||
}
|
||||
}
|
BIN
themes/25f5221e-bf5f-4095-af43-d371e2cc1371/image.png
Normal file
BIN
themes/25f5221e-bf5f-4095-af43-d371e2cc1371/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
3
themes/25f5221e-bf5f-4095-af43-d371e2cc1371/readme.md
Normal file
3
themes/25f5221e-bf5f-4095-af43-d371e2cc1371/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
# Shy Switchy Sidebar
|
||||
Prevent compact mode sidebar from popping up when switching tabs by keyboard.
|
14
themes/25f5221e-bf5f-4095-af43-d371e2cc1371/theme.json
Normal file
14
themes/25f5221e-bf5f-4095-af43-d371e2cc1371/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "25f5221e-bf5f-4095-af43-d371e2cc1371",
|
||||
"name": "Shy Switchy Sidebar",
|
||||
"description": "Prevent compact mode sidebar from popping up when switching tabs by keyboard.",
|
||||
"homepage": "https://github.com/different55/ShySwitchySidebar",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/25f5221e-bf5f-4095-af43-d371e2cc1371/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/25f5221e-bf5f-4095-af43-d371e2cc1371/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/25f5221e-bf5f-4095-af43-d371e2cc1371/image.png",
|
||||
"author": "different55",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-02-02",
|
||||
"updatedAt": "2025-02-02"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue