Add theme: Shy Switchy Sidebar

This commit is contained in:
different55 2025-02-02 04:56:10 +00:00 committed by GitHub
parent 6c78fae0d3
commit a6395e2d75
4 changed files with 29 additions and 0 deletions

View 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;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -0,0 +1,3 @@
# Shy Switchy Sidebar
Prevent compact mode sidebar from popping up when switching tabs by keyboard.

View 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"
}