Add theme: Quick Compact CTRL Tab

This commit is contained in:
schizokid88 2025-04-23 08:17:22 +00:00 committed by GitHub
parent 9d59e17e5a
commit c578e372aa
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#navigator-toolbox[flash-popup]{
&:not([zen-has-hover]){
transition: none !important;
&:not([supress-primary-adjustment='true']) {
opacity: 0 !important;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

View file

@ -0,0 +1,4 @@
# Quick Compact Tab Switch ::
Removes floating tabs sidebar when switching tabs with Ctrl + Tab in Compact mode.
N. B: also removes sidebar's animation when **quickly** switching tabs with mouse.

View file

@ -0,0 +1,14 @@
{
"id": "a8bf4b69-bf60-4294-8604-12db65b9bf50",
"name": "Quick Compact CTRL Tab",
"description": "Removes floating tabs sidebar when switching tabs with Ctrl + Tab in Compact mode.",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/image.png",
"author": "schizokid88",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-04-23",
"updatedAt": "2025-04-23"
}